mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
59879f849d
- Add cursor-pm plugin with mcp.json defining the cursor-pm MCP server - MCP server exposes pm_list_tasks, pm_create_task, pm_update_task, pm_close_task, and pm_project_summary tools - Add three skills: manage-tasks, project-status, create-issue - Register plugin in marketplace.json and README Co-authored-by: n2parko <n2parko@users.noreply.github.com>
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"mcpServers": {
|
|
"cursor-pm": {
|
|
"command": "npx",
|
|
"args": ["-y", "@cursor/pm-mcp@latest"],
|
|
"env": {
|
|
"PM_DATA_DIR": "${workspaceFolder}/.cursor/pm"
|
|
}
|
|
}
|
|
}
|
|
}
|