Skip to content
VS Code

karst for VS Code

io.github.moin105/karst

Code context for AI dev tools: pack-scoped, cited code retrieval over MCP.

client:VS Code transport:stdio runtime:pypi

Install karst in VS Code

.vscode/mcp.json

{
  "servers": {
    "karst": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "karst"
      ]
    }
  }
}

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

karst in other clients