Celmis MCP Server
Rank #7,222io.github.constantinemakoid/celmis
Self-hosted code intelligence: cross-repo Q&A, dependency audits and PR review, over MCP
Celmis MCP Server is a Model Context Protocol (MCP) server published by Celmis-labs. It ranks #7,222 of 132,345 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Celmis MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 27, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 125,123 of 132,345 servers on MCP Toplist.
Use Celmis MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add celmis -- docker run -i --rm ghcr.io/celmis-labs/celmis-api:v0.1.30[mcp_servers.celmis]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/celmis-labs/celmis-api:v0.1.30"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"celmis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/celmis-labs/celmis-api:v0.1.30"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"celmis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/celmis-labs/celmis-api:v0.1.30"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"celmis": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/celmis-labs/celmis-api:v0.1.30"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"celmis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/celmis-labs/celmis-api:v0.1.30"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"celmis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/celmis-labs/celmis-api:v0.1.30"
]
}
}
}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.constantinemakoid%2Fcelmis)<a href="https://mcptoplist.com/server/io.github.constantinemakoid%2Fcelmis"><img src="https://mcptoplist.com/badge/io.github.constantinemakoid%2Fcelmis.svg" alt="MCP Toplist: Top 10% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Celmis-labs
Available versions (1)
| Version | Published |
|---|---|
| 0.1.30 | Sep 14, 2026 |
Frequently asked questions
- Who maintains Celmis MCP Server?
- Celmis MCP Server is maintained by Celmis-labs, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Celmis MCP Server listed on the Official MCP Registry?
- Yes — Celmis MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Celmis MCP Server have?
- MCP Toplist tracks 1 version of Celmis MCP Server, most recently published on Sep 14, 2026.
- Where can I find the source code for Celmis MCP Server?
- The source code for Celmis MCP Server is hosted at github.com/Celmis-labs/Celmis.
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.