Skip to content
VS Code

Call Copilot for VS Code

io.github.anisurrahmann/call-copilot

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

client:VS Code transport:stdio runtime:pypi

Install Call Copilot in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Call Copilot in other clients