Skip to content
Grok

primer mcp for Grok

io.github.ivanlai/primer-mcp

A Jira-lite MCP server that guides planning-first workflows for AI-assisted development.

client:Grok transport:stdio runtime:pypi

Install primer mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "primer-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "primer-mcp"
      ]
    }
  }
}

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

primer mcp in other clients