Skip to main content
Glama

@kalei-labs/mcp-server

MCP server for KALEI — AI cognitive profiling tools for Claude Code, Cursor, and any Model Context Protocol client.

What it does

Exposes 10 KALEI tools to your AI assistant:

  • kalei_leaderboard — Top models by Cognum score

  • kalei_model — Detailed profile of any model

  • kalei_compare — Head-to-head comparison

  • kalei_dimensions — The 10 cognitive dimensions

  • kalei_providers — Supported BYOK providers

  • kalei_profile_model — Profile any model (BYOK)

  • kalei_run_progress — Track ongoing runs

  • kalei_run_result — Get final profiles

  • kalei_insights — Auto-generated findings

  • kalei_ask_parliament — 4-model deliberation

Related MCP server: Civitai MCP Server

Quick start

1. Get a KALEI API key

kaleiai.com/get-started → sign up → Dashboard → API Keys

2. Configure your MCP client

Claude Code (~/.claude.json or settings):

{
  "mcpServers": {
    "kalei": {
      "command": "npx",
      "args": ["-y", "@kalei-labs/mcp-server"],
      "env": {
        "KALEI_API_KEY": "kalei_live_..."
      }
    }
  }
}

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "kalei": {
      "command": "npx",
      "args": ["-y", "@kalei-labs/mcp-server"],
      "env": { "KALEI_API_KEY": "kalei_live_..." }
    }
  }
}

3. Use it

In Claude Code / Cursor chat:

Show me the KALEI leaderboard and compare Claude Sonnet vs GPT-5.

Profile gpt-4o for me using my OpenAI key sk-... — use standard depth.

Ask the Parliament: should AI systems have persistent memory?

The model will call the appropriate tools and return results.

Development

git clone https://github.com/LMGameLabs/kalei-mcp-server
cd kalei-mcp-server
npm install
npm run build

Environment variables

  • KALEI_API_KEY (required) — your KALEI API key

  • KALEI_BASE_URL (optional) — override default https://kaleiai.com/api/v1

License

MIT — LM Game Labs

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

View all MCP Connectors

Latest Blog Posts

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/Venelin-Videnov/kalei-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server