ellmos CodeCommander
Rank #5,630io.github.ellmos-ai/ellmos-codecommander-mcp
Developer MCP server: code analysis, JSON repair, imports, diffs, regex, format conversion.
ellmos CodeCommander is a Model Context Protocol (MCP) server published by lukisch. It ranks #5,630 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. ellmos CodeCommander is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Feb 14, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 109,961 of 115,591 servers on MCP Toplist.
Use ellmos CodeCommander
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ellmos-codecommander-mcp -- npx -y ellmos-codecommander-mcp[mcp_servers.ellmos-codecommander-mcp]
command = "npx"
args = ["-y", "ellmos-codecommander-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ellmos-codecommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-codecommander-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ellmos-codecommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-codecommander-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ellmos-codecommander-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ellmos-codecommander-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ellmos-codecommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-codecommander-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ellmos-codecommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-codecommander-mcp"
]
}
}
}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.ellmos-ai%2Fellmos-codecommander-mcp)<a href="https://mcptoplist.com/server/io.github.ellmos-ai%2Fellmos-codecommander-mcp"><img src="https://mcptoplist.com/badge/io.github.ellmos-ai%2Fellmos-codecommander-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
lukisch
Other servers by lukisch
View all lukisch servers →Available versions (4)
| Version | Published |
|---|---|
| 1.3.16 | Jul 24, 2026 |
| 1.3.0 | Feb 17, 2026 |
| 1.2.1 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains ellmos CodeCommander?
- ellmos CodeCommander is maintained by lukisch, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is ellmos CodeCommander listed on the Official MCP Registry?
- Yes — ellmos CodeCommander is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ellmos CodeCommander have?
- MCP Toplist tracks 4 versions of ellmos CodeCommander, most recently published on Jul 24, 2026.
- Where can I find the source code for ellmos CodeCommander?
- The source code for ellmos CodeCommander is hosted at github.com/lukisch/bach-codecommander-mcp.