Cartograph
Rank #18,861io.github.anthony-maio/cartograph
Repo analysis for coding agents with ranked files, dependency maps, and task-scoped context.
Cartograph is a Model Context Protocol (MCP) server published by anthony-maio. It ranks #18,861 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Cartograph is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Mar 13, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 96,599 of 115,460 servers on MCP Toplist.
Use Cartograph
claude mcp add cartograph -- npx -y @anthony-maio/cartograph[mcp_servers.cartograph]
command = "npx"
args = ["-y", "@anthony-maio/cartograph"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cartograph": {
"command": "npx",
"args": [
"-y",
"@anthony-maio/cartograph"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cartograph": {
"command": "npx",
"args": [
"-y",
"@anthony-maio/cartograph"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cartograph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@anthony-maio/cartograph"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cartograph": {
"command": "npx",
"args": [
"-y",
"@anthony-maio/cartograph"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cartograph": {
"command": "npx",
"args": [
"-y",
"@anthony-maio/cartograph"
]
}
}
}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.anthony-maio%2Fcartograph)<a href="https://mcptoplist.com/server/io.github.anthony-maio%2Fcartograph"><img src="https://mcptoplist.com/badge/io.github.anthony-maio%2Fcartograph.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
anthony-maio
Other servers by anthony-maio
View all anthony-maio servers →Available versions (7)
| Version | Published |
|---|---|
| 1.1.4 | Apr 2, 2026 |
| 1.1.3 | Mar 29, 2026 |
| 1.1.2 | Mar 26, 2026 |
| 1.1.1 | Mar 26, 2026 |
| 1.1.0 | Mar 26, 2026 |
| 1.0.1 | Mar 16, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cartograph?
- Cartograph is maintained by anthony-maio, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Cartograph listed on the Official MCP Registry?
- Yes — Cartograph is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Cartograph have?
- MCP Toplist tracks 7 versions of Cartograph, most recently published on Apr 2, 2026.
- Where can I find the source code for Cartograph?
- The source code for Cartograph is hosted at github.com/anthony-maio/cartograph.