Skip to content
Zed

ask-fable for Zed

io.github.baggybin/ask-fable

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

client:Zed transport:stdio runtime:pypi

Install ask-fable in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

ask-fable in other clients