Kagan
Rank #5,595io.github.kagan-sh/kagan
MCP server providing kagan capabilities
Kagan is a Model Context Protocol (MCP) server published by kagan-sh. It ranks #5,595 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Kagan is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jan 25, 2026 and most recently updated on Mar 23, 2026.
Ranks ahead of 126,451 of 132,046 servers on MCP Toplist.
Use Kagan
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add kagan -e "KAGAN_OPENAI_API_KEY=<your KAGAN_OPENAI_API_KEY>" -e "KAGAN_ANTHROPIC_API_KEY=<your KAGAN_ANTHROPIC_API_KEY>" -e "KAGAN_DB_PATH=<your KAGAN_DB_PATH>" -- uvx kaganReplace each placeholder with your own value before saving.
[mcp_servers.kagan]
command = "uvx"
args = ["kagan"]
[mcp_servers.kagan.env]
KAGAN_OPENAI_API_KEY = "<your KAGAN_OPENAI_API_KEY>"
KAGAN_ANTHROPIC_API_KEY = "<your KAGAN_ANTHROPIC_API_KEY>"
KAGAN_DB_PATH = "<your KAGAN_DB_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kagan": {
"command": "uvx",
"args": [
"kagan"
],
"env": {
"KAGAN_OPENAI_API_KEY": "<your KAGAN_OPENAI_API_KEY>",
"KAGAN_ANTHROPIC_API_KEY": "<your KAGAN_ANTHROPIC_API_KEY>",
"KAGAN_DB_PATH": "<your KAGAN_DB_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kagan": {
"command": "uvx",
"args": [
"kagan"
],
"env": {
"KAGAN_OPENAI_API_KEY": "<your KAGAN_OPENAI_API_KEY>",
"KAGAN_ANTHROPIC_API_KEY": "<your KAGAN_ANTHROPIC_API_KEY>",
"KAGAN_DB_PATH": "<your KAGAN_DB_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kagan": {
"type": "stdio",
"command": "uvx",
"args": [
"kagan"
],
"env": {
"KAGAN_OPENAI_API_KEY": "<your KAGAN_OPENAI_API_KEY>",
"KAGAN_ANTHROPIC_API_KEY": "<your KAGAN_ANTHROPIC_API_KEY>",
"KAGAN_DB_PATH": "<your KAGAN_DB_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kagan": {
"command": "uvx",
"args": [
"kagan"
],
"env": {
"KAGAN_OPENAI_API_KEY": "<your KAGAN_OPENAI_API_KEY>",
"KAGAN_ANTHROPIC_API_KEY": "<your KAGAN_ANTHROPIC_API_KEY>",
"KAGAN_DB_PATH": "<your KAGAN_DB_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kagan": {
"command": "uvx",
"args": [
"kagan"
],
"env": {
"KAGAN_OPENAI_API_KEY": "<your KAGAN_OPENAI_API_KEY>",
"KAGAN_ANTHROPIC_API_KEY": "<your KAGAN_ANTHROPIC_API_KEY>",
"KAGAN_DB_PATH": "<your KAGAN_DB_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kagan-sh%2Fkagan)<a href="https://mcptoplist.com/server/io.github.kagan-sh%2Fkagan"><img src="https://mcptoplist.com/badge/io.github.kagan-sh%2Fkagan.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kagan-sh
Available versions (3)
| Version | Published |
|---|---|
| 0.11.2 | Mar 23, 2026 |
| 0.11.2-beta.1 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Kagan?
- Kagan is maintained by kagan-sh, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Kagan listed on the Official MCP Registry?
- Yes — Kagan is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Kagan have?
- MCP Toplist tracks 3 versions of Kagan, most recently published on Mar 23, 2026.
- Where can I find the source code for Kagan?
- The source code for Kagan is hosted at github.com/kagan-sh/kagan.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.