Model-Context-Protocol Setup
Add the following to your project root and then enable the mcp server in your chosen provider.
- Claude
- Gemini
- Cursor
~/.claude/settings.json
{
"mcpServers": {
"tourbillon": {
"type": "stdio",
"command": "tourbillon",
"args": ["mcp"]
}
}
}
~/.gemini/settings.json
{
"mcpServers": {
"tourbillon": {
"command": "tourbillon",
"args": ["mcp"]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tourbillon": {
"command": "tourbillon",
"args": ["mcp"]
}
}
}
Open your Agent and ensure you have enabled the tourbillon mcp.
Prompt:
What can I do with Tourbillon?