Skip to content
Grok

keeping mcp for Grok

io.github.red-square-software/keeping-mcp

MCP server for the Keeping time-tracking API

client:Grok transport:stdio runtime:npm

Install keeping mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "keeping-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "keeping-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

keeping mcp in other clients