indigo setup mcp
The setup mcp command configures Claude Desktop to access your Indigo data through the Model Context Protocol (MCP). After setup, you can query your signals, meetings, and decisions directly from Claude.
Setup
indigo setup mcpThis command:
- Triggers an OAuth flow to authenticate with Indigo
- Generates an MCP server configuration
- Writes the configuration to the Claude Desktop config file
- Validates the connection
Config file location
The command writes to the Claude Desktop configuration file at the appropriate path for your platform:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonTransport
The MCP server uses StreamableHTTP transport for reliable, persistent connections between Claude Desktop and the Indigo API. This handles reconnection and message delivery automatically.
What it enables
Once configured, Claude Desktop can:
| Capability | Example prompt in Claude |
|---|---|
| Query signals | ”What decisions were made this week?” |
| Search meetings | ”Find my meetings with the engineering team” |
| Review action items | ”What action items are assigned to me?” |
| Cross-reference | ”What was decided about pricing in last Tuesday’s meeting?” |
Your signals, meetings, and decisions become part of Claude’s context, queryable through natural language.
Verify the setup
After running indigo setup mcp, restart Claude Desktop and try a query:
What signals do I have from this week?If Claude returns your signal data, the MCP connection is working.
Learn more
For detailed documentation on the MCP server’s data model, available tools, query patterns, and use cases, see the MCP Server section.