Skip to content
Grok

shortcut for Grok

com.mcparmory/shortcut

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

client:Grok transport:stdio runtime:pypi

Install shortcut in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

shortcut in other clients