Skip to content
VS Code

citadel mcp for VS Code

io.github.sustinbebustin/citadel-mcp

A growing Citadel of stack-specific docs, served as MCP tools for AI coding agents.

client:VS Code transport:stdio runtime:npm

Install citadel mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "citadel-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "citadel-mcp"
      ]
    }
  }
}

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

citadel mcp in other clients