Skip to main content

Model-Context-Protocol Setup

Add the following to your project root and then enable the mcp server in your chosen provider.

~/.claude/settings.json
{
"mcpServers": {
"tourbillon": {
"type": "stdio",
"command": "tourbillon",
"args": ["mcp"]
}
}
}

Open your Agent and ensure you have enabled the tourbillon mcp.

Prompt:

What can I do with Tourbillon?