Skip to content
Grok

summitflow mcp for Grok

io.github.ryankramer/summitflow-mcp

Grant management for AI agents: deadlines, business-day math, budgets, in-kind value. No API key.

client:Grok transport:stdio runtime:pypi

Install summitflow mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "summitflow-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "summitflow-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

summitflow mcp in other clients