Skip to content
Cursor

shortcut for Cursor

com.mcparmory/shortcut

Track stories, organize sprints, and manage project workflows across your team

client:Cursor transport:stdio runtime:pypi

Install shortcut in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "shortcut": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-shortcut"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

shortcut in other clients