Skip to content
Cursor

ask-fable for Cursor

io.github.baggybin/ask-fable

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

client:Cursor transport:stdio runtime:pypi

Install ask-fable in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ask-fable in other clients