Kongen Labs — Pattern Intelligence for Zed
io.github.fisnik/kongen-mcp
LLM reasoning regime detection, cross-domain pattern transfer, and model routing.
client:Zed
transport:stdio
runtime:pypi
Install Kongen Labs — Pattern Intelligence in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kongen-mcp": {
"command": "uvx",
"args": [
"kongenlabs-mcp"
],
"env": {
"KONGEN_API_KEY": "<KONGEN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs