ask-fable for VS Code
io.github.baggybin/ask-fable
MCP server for Anthropic's Claude Fable, Opus 5, and multi-model reasoning councils.
client:VS Code
transport:stdio
runtime:pypi
Install ask-fable in VS Code
.vscode/mcp.json
{
"servers": {
"ask-fable": {
"type": "stdio",
"command": "uvx",
"args": [
"ask-fable"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs