Skip to content
VS Code

cxg-census-mcp for VS Code

io.github.maxmlang/cxg-census-mcp

MCP server for the CZ CELLxGENE Census. Single-cell, ontology-aware. Community, unaffiliated.

client:VS Code transport:stdio runtime:pypi

Install cxg-census-mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "cxg-census-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cxg-census-mcp"
      ]
    }
  }
}

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

cxg-census-mcp in other clients