KarmoLab for Cursor
io.github.mascari4615/karmolab-mcp
MCP server for what LLMs get wrong: exact hashes, real randomness, and Korean rules.
client:Cursor
transport:stdio
runtime:npm
Install KarmoLab in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"karmolab-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"karmolab-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs