Odel
KarmoLab

KarmoLab

Local
@mascari46151TypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkarmolab-mcpv0.1.1

Run

npx -y karmolab-mcp

MCP client config

{
  "mcpServers": {
    "karmolab": {
      "command": "npx",
      "args": [
        "-y",
        "karmolab-mcp"
      ]
    }
  }
}