Kongen Labs — Pattern Intelligence for Cursor
io.github.fisnik/kongen-mcp
LLM reasoning regime detection, cross-domain pattern transfer, and model routing.
client:Cursor
transport:stdio
runtime:pypi
Install Kongen Labs — Pattern Intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kongen-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kongenlabs-mcp"
],
"env": {
"KONGEN_API_KEY": "<KONGEN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs