Skip to content
VS Code

mcp documentation server for VS Code

io.github.andrea9293/mcp-documentation-server

Local-first document management and semantic search for AI coding agents

client:VS Code transport:stdio runtime:npm

Install mcp documentation server in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-documentation-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@andrea9293/mcp-documentation-server"
      ]
    }
  }
}

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

mcp documentation server in other clients