Skip to content
Cursor

indigo mcp for Cursor

io.github.indigoprotocol/indigo-mcp

Indigo Protocol MCP — iAsset prices, CDP analytics, stability pools, staking & governance

client:Cursor transport:stdio runtime:npm

Install indigo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "indigo-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@indigoprotocol/indigo-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

indigo mcp in other clients