Skip to content
Cursor

Call Copilot for Cursor

io.github.anisurrahmann/call-copilot

Search and read locally-recorded meeting transcripts over stdio. Read-only, no network.

client:Cursor transport:stdio runtime:pypi

Install Call Copilot in Cursor

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

{
  "mcpServers": {
    "call-copilot": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "call-copilot"
      ]
    }
  }
}

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

Call Copilot in other clients