kongen-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kongen-mcpScore this prompt: What is gravity?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
kongen-mcp
MCP (Model Context Protocol) server for the Kongen Labs Pattern Intelligence API.
Connects Claude Code, Cursor, Windsurf, and any MCP-compatible client to Kongen's cross-domain pattern intelligence — reasoning regime detection, structural transfer scoring, and intelligent model routing.
Tools
Tool | Description | Cost |
| Detect reasoning regime and optimal token budget for a prompt | 1 KT |
| Score a structural signature against cross-domain reference patterns | 50 KT |
| Check your token balance and usage | 0 KT |
| Recommend Haiku/Sonnet/Opus based on prompt complexity | 1 KT |
Related MCP server: Letta MCP Server
Installation
pip install kongenlabs-mcpOr install from source:
git clone https://github.com/kongen-labs/kongen-mcp.git
cd kongen-mcp
pip install .Configuration
Get your API key at kongenlabs.life.
Claude Code
Add with the CLI:
claude mcp add kongen -- kongen-mcpThen set your API key when prompted, or add it manually to .claude/mcp.json:
{
"mcpServers": {
"kongen": {
"command": "kongen-mcp",
"env": {
"KONGEN_API_KEY": "kl_live_..."
}
}
}
}Cursor
Open Settings > MCP > Add Server
Name:
kongenCommand:
kongen-mcpEnvironment variables:
KONGEN_API_KEY: your API key
Windsurf
Add to your MCP configuration:
{
"mcpServers": {
"kongen": {
"command": "kongen-mcp",
"env": {
"KONGEN_API_KEY": "kl_live_..."
}
}
}
}Custom base URL
To point the server at a different API endpoint (for example a local proxy), set KONGEN_API_BASE_URL:
{
"mcpServers": {
"kongen": {
"command": "kongen-mcp",
"env": {
"KONGEN_API_KEY": "kl_test_...",
"KONGEN_API_BASE_URL": "http://localhost:8000"
}
}
}
}Usage examples
Once configured, the tools are available to your AI assistant. Examples of what you can ask:
Prompt scoring:
"Score this prompt for complexity: Prove that the square root of 2 is irrational using proof by contradiction."
Model routing:
"Which Claude model should I use for this task: Summarize this 3-line email."
Transfer scoring:
"Score this structural signature against cross-domain patterns."
Usage check:
"How many Kongen tokens do I have left?"
Environment variables
Variable | Required | Default | Description |
| Yes | — | Your Kongen API key ( |
| No |
| API base URL override |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityAmaintenanceEnables integration between MCP-compatible clients and APIs registered in the SmartAPI registry, allowing seamless discovery and interaction with bioinformatics and life sciences APIs through standardized MCP protocols.Last updated1Apache 2.0- AlicenseBqualityDmaintenanceConnects any MCP-compatible AI client to Letta.ai's stateful agents for agent conversations, memory management, and tool orchestration.Last updated1812MIT
- Flicense-qualityDmaintenanceConnects MindReader knowledge graph to MCP clients, enabling AI assistants with persistent memory and entity/relationship management.Last updated
- Alicense-qualityAmaintenanceConnects agentic AI to Software AG ARIS platforms, enabling model and object operations via MCP tools.Last updatedMIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Revternal MCP — wraps the Revternal Developer Intelligence API
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kongen-labs/kongen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server