Skip to content
VS Code

korg introspect mcp for VS Code

io.github.new1direction/korg-introspect-mcp

Wrap any korg:introspect@v1-aware binary as a Claude Code tool, honoring declared side-effects.

client:VS Code transport:stdio runtime:npm

Install korg introspect mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "korg-introspect-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@korgg/introspect-mcp"
      ]
    }
  }
}

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

korg introspect mcp in other clients