Skip to content

Commit c6fb877

Browse files
committed
readme
1 parent 43fc6f6 commit c6fb877

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.cursor/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"mcpServers": {
3-
"user-commands": {
3+
"cursor-user-commands": {
44
"command": "node",
55
"args": [
66
"dist/server.js"

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An MCP server that exposes markdown files in `~/.cursor/commands/*.md` as prompts via the MCP `server/prompts` API.
44

5-
[![Cursor Quick Install](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=cursor-user-commands&config=%7B%22command%22%3A%22npx%20-y%20cursor-user-commands%22%7D)
5+
[![Cursor Quick Install](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=cursor-user-commands&config=ewogICJjb21tYW5kIjogIm5weCIsCiAgImFyZ3MiOiBbCiAgICAiY3Vyc29yLXVzZXItY29tbWFuZHMiCiAgXQp9Cg==)
66

77
## Install
88

@@ -18,7 +18,8 @@ Add to `~/.cursor/mcp.json` (or your client’s config):
1818
{
1919
"mcpServers": {
2020
"cursor-user-commands": {
21-
"command": "cursor-user-commands"
21+
"command": "npx",
22+
"args": ["cursor-user-commands"]
2223
}
2324
}
2425
}
@@ -51,6 +52,7 @@ cursor ~/.cursor/commands
5152
```
5253

5354
Notes:
55+
5456
- Files must have the `.md` extension to be recognized.
5557
- Prompts are registered at server startup; after adding files, restart the server or reconnect the MCP client to refresh the list.
5658

0 commit comments

Comments
 (0)