Skip to content
Grok

teamspend for Grok

io.github.rudrendupaul/teamspend

Compares AI coding tool spend before and after a migration via MCP tools.

client:Grok transport:stdio runtime:pypi

Install teamspend in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "teamspend": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "teamspend-cli"
      ]
    }
  }
}

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

teamspend in other clients