File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"mcpServers" : {
3
- "user-commands" : {
3
+ "cursor- user-commands" : {
4
4
"command" : " node" ,
5
5
"args" : [
6
6
" dist/server.js"
Original file line number Diff line number Diff line change 2
2
3
3
An MCP server that exposes markdown files in ` ~/.cursor/commands/*.md ` as prompts via the MCP ` server/prompts ` API.
4
4
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== )
6
6
7
7
## Install
8
8
@@ -18,7 +18,8 @@ Add to `~/.cursor/mcp.json` (or your client’s config):
18
18
{
19
19
"mcpServers" : {
20
20
"cursor-user-commands" : {
21
- "command" : " cursor-user-commands"
21
+ "command" : " npx" ,
22
+ "args" : [" cursor-user-commands" ]
22
23
}
23
24
}
24
25
}
@@ -51,6 +52,7 @@ cursor ~/.cursor/commands
51
52
```
52
53
53
54
Notes:
55
+
54
56
- Files must have the ` .md ` extension to be recognized.
55
57
- Prompts are registered at server startup; after adding files, restart the server or reconnect the MCP client to refresh the list.
56
58
You can’t perform that action at this time.
0 commit comments