CodeMore MCP Server
Rank #15,657io.github.abhinavteja123/codemore
The static analyzer your AI agent reads — fix-ready, machine-readable scan reports over MCP.
CodeMore MCP Server is a Model Context Protocol (MCP) server published by abhinavteja123. It ranks #15,657 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. CodeMore MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 11, 2026 and most recently updated on Jul 11, 2026.
Ranks ahead of 116,389 of 132,046 servers on MCP Toplist.
Use CodeMore MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add codemore -- npx -y codemore serve-mcp[mcp_servers.codemore]
command = "npx"
args = ["-y", "codemore", "serve-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"codemore": {
"command": "npx",
"args": [
"-y",
"codemore",
"serve-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"codemore": {
"command": "npx",
"args": [
"-y",
"codemore",
"serve-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"codemore": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codemore",
"serve-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"codemore": {
"command": "npx",
"args": [
"-y",
"codemore",
"serve-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"codemore": {
"command": "npx",
"args": [
"-y",
"codemore",
"serve-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.abhinavteja123%2Fcodemore)<a href="https://mcptoplist.com/server/io.github.abhinavteja123%2Fcodemore"><img src="https://mcptoplist.com/badge/io.github.abhinavteja123%2Fcodemore.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
abhinavteja123
Available versions (1)
| Version | Published |
|---|---|
| 0.2.8 | Jul 11, 2026 |
Frequently asked questions
- Who maintains CodeMore MCP Server?
- CodeMore MCP Server is maintained by abhinavteja123, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is CodeMore MCP Server listed on the Official MCP Registry?
- Yes — CodeMore MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does CodeMore MCP Server have?
- MCP Toplist tracks 1 version of CodeMore MCP Server, most recently published on Jul 11, 2026.
- Where can I find the source code for CodeMore MCP Server?
- The source code for CodeMore MCP Server is hosted at github.com/abhinavteja123/codemore.
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.