Skip to content
Grok

ask-fable for Grok

io.github.baggybin/ask-fable

MCP server for Anthropic's Claude Fable, Opus 5, and multi-model reasoning councils.

client:Grok transport:stdio runtime:pypi

Install ask-fable in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ask-fable": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ask-fable"
      ]
    }
  }
}

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

ask-fable in other clients