Skip to content
Grok

Mindcase for Grok

io.github.mindcase-co/mindcase

Access 30+ data collection agents from Claude with natural language.

client:Grok transport:stdio runtime:pypi

Install Mindcase in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mindcase": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mindcase-mcp"
      ],
      "env": {
        "MINDCASE_API_KEY": "<MINDCASE_API_KEY>"
      }
    }
  }
}

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

Mindcase in other clients