Skip to content
Cursor

CICADA for Cursor

io.github.wende/cicada

Code intelligence MCP server for 17+ programming languages.

client:Cursor transport:stdio runtime:pypi

Install CICADA in Cursor

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

{
  "mcpServers": {
    "cicada": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cicada-mcp"
      ]
    }
  }
}

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

CICADA in other clients