Skip to content
VS Code

Allstacks Analytics MCP Server for VS Code

com.allstacks/allstacks-mcp

Provides 208+ tools for AI-native engineering intelligence via Allstacks API.

client:VS Code transport:stdio runtime:pypi

Install Allstacks Analytics MCP Server in VS Code

.vscode/mcp.json

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

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

Allstacks Analytics MCP Server in other clients