Skip to content
VS Code

KarmoLab for VS Code

io.github.mascari4615/karmolab-mcp

MCP server for what LLMs get wrong: exact hashes, real randomness, and Korean rules.

client:VS Code transport:stdio runtime:npm

Install KarmoLab in VS Code

.vscode/mcp.json

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

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

KarmoLab in other clients