Skip to content
VS Code

Recolx MCP for VS Code

io.github.uzqw/recolx-mcp

Read-only access to your Recolx recordings, transcripts and templates (stdio)

client:VS Code transport:stdio runtime:npm

Install Recolx MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "recolx-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@uzqw/mcp"
      ]
    }
  }
}

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

Recolx MCP in other clients