Catalog
io.github.fisnik/kongen-mcp
OfficialKongen Labs — Pattern Intelligence
LLM reasoning regime detection, cross-domain pattern transfer, and model routing.
Detects LLM reasoning patterns and routes requests across models based on domain analysis.
README not available yet.
Install
Configuration
Environment variables
KONGEN_API_KEYrequiredsecretYour Kongen Labs API key
claude_desktop_config.json
{
"mcpServers": {
"kongen-mcp": {
"command": "uvx",
"args": [
"kongenlabs-mcp"
],
"env": {
"KONGEN_API_KEY": "<YOUR_KONGEN_API_KEY>"
}
}
}
}