Skip to main content

MCP server for the Kongen Labs Pattern Intelligence API

Project description

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
score_prompt Detect reasoning regime and optimal token budget for a prompt 1 KT
transfer_score Score a structural signature against cross-domain reference patterns 50 KT
check_usage Check your token balance and usage 0 KT
route_model Recommend Haiku/Sonnet/Opus based on prompt complexity 1 KT

Installation

pip install kongenlabs-mcp

Or 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-mcp

Then 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

  1. Open Settings > MCP > Add Server
  2. Name: kongen
  3. Command: kongen-mcp
  4. Environment 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
KONGEN_API_KEY Yes Your Kongen API key (kl_live_... or kl_test_...)
KONGEN_API_BASE_URL No https://api.kongenlabs.life API base URL override

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kongenlabs_mcp-1.0.4.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kongenlabs_mcp-1.0.4-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file kongenlabs_mcp-1.0.4.tar.gz.

File metadata

  • Download URL: kongenlabs_mcp-1.0.4.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for kongenlabs_mcp-1.0.4.tar.gz
Algorithm Hash digest
SHA256 4b8e9bf4284de13f048856815e8eaeea13f57ba83bfa6f4bca4d1e0aa5992ffd
MD5 109232e808cf6423fcc79cadcb9f15d7
BLAKE2b-256 bd543fa4c554fe2d86a84783a49c55a22fe699ab8e213ef142f6bd75b97128a3

See more details on using hashes here.

File details

Details for the file kongenlabs_mcp-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: kongenlabs_mcp-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 7.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for kongenlabs_mcp-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f6a3185d18df39900ada348f85b502ac97dbc32968dca8fd824f35bb6c58ab87
MD5 4582a9fe28676b5e756bf3f960f76fda
BLAKE2b-256 8f486ec71219b1d8a3eb1beb27d939cd355de68d2e517a2df5061d3a9deeb5f1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page