Codmir
Rank #54,940io.github.jobrayan/codmir
AI-powered task execution, tickets, sprints, error debugging, and desktop control.
Codmir is a Model Context Protocol (MCP) server published by codmir. It ranks #54,940 of 115,460 servers tracked on MCP Toplist. Codmir is listed on Official MCP, with 1 tracked version. It was first listed on May 30, 2026 and most recently updated on May 30, 2026.
Ranks ahead of 60,520 of 115,460 servers on MCP Toplist.
Use Codmir
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add codmir -- npx -y @codmir/mcp[mcp_servers.codmir]
command = "npx"
args = ["-y", "@codmir/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"codmir": {
"command": "npx",
"args": [
"-y",
"@codmir/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"codmir": {
"command": "npx",
"args": [
"-y",
"@codmir/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"codmir": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codmir/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"codmir": {
"command": "npx",
"args": [
"-y",
"@codmir/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"codmir": {
"command": "npx",
"args": [
"-y",
"@codmir/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.jobrayan%2Fcodmir)<a href="https://mcptoplist.com/server/io.github.jobrayan%2Fcodmir"><img src="https://mcptoplist.com/badge/io.github.jobrayan%2Fcodmir.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
codmir
Available versions (1)
| Version | Published |
|---|---|
| 0.2.2 | May 30, 2026 |
Frequently asked questions
- Who maintains Codmir?
- Codmir is maintained by codmir, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Codmir listed on the Official MCP Registry?
- Yes — Codmir is listed on the Official MCP Registry.
- How many versions does Codmir have?
- MCP Toplist tracks 1 version of Codmir, most recently published on May 30, 2026.
- Where can I find the source code for Codmir?
- The source code for Codmir is hosted at github.com/codmir/codmir.