Codealive MCP
Rank #1,283io.github.CodeAlive-AI/codealive-mcp
Semantic code search and analysis from CodeAlive for AI assistants and agents.
Codealive MCP is a Model Context Protocol (MCP) server published by codealive-ai. It ranks #1,283 of 132,046 servers tracked on MCP Toplist, and its repository has 90 GitHub stars. Codealive MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 15 tracked versions. It was first listed on Apr 28, 2025 and most recently updated on Jul 21, 2026.
Ranks ahead of 130,763 of 132,046 servers on MCP Toplist.
Use Codealive MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add codealive-mcp -e "CODEALIVE_API_KEY=<your CODEALIVE_API_KEY>" -- docker run -i --rm ghcr.io/codealive-ai/codealive-mcp:3.0.3Replace each placeholder with your own value before saving.
[mcp_servers.codealive-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/codealive-ai/codealive-mcp:3.0.3"]
[mcp_servers.codealive-mcp.env]
CODEALIVE_API_KEY = "<your CODEALIVE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codealive-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/codealive-ai/codealive-mcp:3.0.3"
],
"env": {
"CODEALIVE_API_KEY": "<your CODEALIVE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codealive-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/codealive-ai/codealive-mcp:3.0.3"
],
"env": {
"CODEALIVE_API_KEY": "<your CODEALIVE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"codealive-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/codealive-ai/codealive-mcp:3.0.3"
],
"env": {
"CODEALIVE_API_KEY": "<your CODEALIVE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codealive-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/codealive-ai/codealive-mcp:3.0.3"
],
"env": {
"CODEALIVE_API_KEY": "<your CODEALIVE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codealive-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/codealive-ai/codealive-mcp:3.0.3"
],
"env": {
"CODEALIVE_API_KEY": "<your CODEALIVE_API_KEY>"
}
}
}
}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.CodeAlive-AI%2Fcodealive-mcp)<a href="https://mcptoplist.com/server/io.github.CodeAlive-AI%2Fcodealive-mcp"><img src="https://mcptoplist.com/badge/io.github.CodeAlive-AI%2Fcodealive-mcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
codealive-ai
Available versions (15)
| Version | Published |
|---|---|
| 3.0.3 | Jul 21, 2026 |
| 3.0.2 | Jul 15, 2026 |
| 3.0.1 | Jul 15, 2026 |
| 3.0.0 | Jul 11, 2026 |
| 2.0.7 | Jun 30, 2026 |
| 2.0.6 | Jun 29, 2026 |
| 2.0.5 | May 12, 2026 |
| 2.0.4 | Apr 27, 2026 |
| 2.0.3 | Apr 16, 2026 |
| 2.0.2 | Apr 14, 2026 |
| 0.5.4 | Mar 15, 2026 |
| 0.5.3 | Mar 13, 2026 |
| 0.4.7 | Jan 16, 2026 |
| 0.3.0 | Sep 26, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Codealive MCP?
- Codealive MCP is maintained by codealive-ai, which publishes 1 MCP server (15 total versions) tracked on MCP Toplist.
- Is Codealive MCP listed on the Official MCP Registry?
- Yes — Codealive MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Codealive MCP have?
- MCP Toplist tracks 15 versions of Codealive MCP, most recently published on Jul 21, 2026.
- Where can I find the source code for Codealive MCP?
- The source code for Codealive MCP is hosted at github.com/codealive-ai/codealive-mcp.
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.