Skip to content
VS Code

shortcut for VS Code

com.mcparmory/shortcut

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

client:VS Code transport:stdio runtime:pypi

Install shortcut in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

shortcut in other clients