VS Code MCP setup - Anchor Docs

Configure Anchor for VS Code MCP clients with a project .vscode/mcp.json entry.

VS Code MCP clients need a project-level server descriptor that can start Anchor through stdio.

anchor init --target vscode
anchor index --limit 200
anchor doctor --target vscode

Anchor docs ยท GitHub