Skip to content
Cline

ask-fable for Cline

io.github.baggybin/ask-fable

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

client:Cline transport:stdio runtime:pypi

Install ask-fable in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ask-fable in other clients