Skip to content
VS Code

ChatSpatial for VS Code

io.github.cafferychen777/chatspatial

Schema-enforced spatial transcriptomics analysis with 20 tools and 66 methods via MCP

client:VS Code transport:stdio runtime:pypi

Install ChatSpatial in VS Code

.vscode/mcp.json

{
  "servers": {
    "chatspatial": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "chatspatial"
      ]
    }
  }
}

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

ChatSpatial in other clients