KALEI MCP Server
Enables profiling of OpenAI models (e.g., GPT-4o) using a user-provided OpenAI API key, allowing cognitive analysis, comparisons, and insights within the KALEI framework.
Click 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., "@KALEI MCP ServerCompare Claude Sonnet and GPT-5 on KALEI"
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.
@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 scorekalei_model— Detailed profile of any modelkalei_compare— Head-to-head comparisonkalei_dimensions— The 10 cognitive dimensionskalei_providers— Supported BYOK providerskalei_profile_model— Profile any model (BYOK)kalei_run_progress— Track ongoing runskalei_run_result— Get final profileskalei_insights— Auto-generated findingskalei_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 buildEnvironment variables
KALEI_API_KEY(required) — your KALEI API keyKALEI_BASE_URL(optional) — override defaulthttps://kaleiai.com/api/v1
License
MIT — LM Game Labs
This server cannot be installed
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
- AlicenseAqualityDmaintenanceProvides tools for evaluating and benchmarking AI explanation methods through a standard interface that can be used with AI assistants and MCP-compatible applications.11MIT
- AlicenseBqualityCmaintenanceProvides AI assistants with access to Civitai's collection of AI models, enabling users to browse, search, and discover AI models through MCP-compatible AI assistants.1412MIT
- AlicenseAqualityCmaintenanceEnables AI agents to programmatically inspect, test, and validate other MCP servers by exposing MCP Workbench capabilities as structured tools. It supports automated test spec generation, execution, and detailed failure analysis to ensure server reliability.49Apache 2.0
- FlicenseDqualityBmaintenanceExposes the Toggle Brain knowledge base, prompt templates, and executable scripts to any MCP-compatible AI assistant.191
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.
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/Venelin-Videnov/kalei-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server