Topos
Rank #1,445io.github.Krv-Labs/topos
Structural code-quality tools for AI coding agents.
Topos is a Model Context Protocol (MCP) server published by krv-labs. It ranks #1,445 of 115,591 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. Topos is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Jun 3, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 114,146 of 115,591 servers on MCP Toplist.
Use Topos
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add topos -- uvx topos-mcp[mcp_servers.topos]
command = "uvx"
args = ["topos-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"topos": {
"command": "uvx",
"args": [
"topos-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"topos": {
"command": "uvx",
"args": [
"topos-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"topos": {
"type": "stdio",
"command": "uvx",
"args": [
"topos-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"topos": {
"command": "uvx",
"args": [
"topos-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"topos": {
"command": "uvx",
"args": [
"topos-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.Krv-Labs%2Ftopos)<a href="https://mcptoplist.com/server/io.github.Krv-Labs%2Ftopos"><img src="https://mcptoplist.com/badge/io.github.Krv-Labs%2Ftopos.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
krv-labs
Other servers by krv-labs
View all krv-labs servers →Available versions (8)
| Version | Published |
|---|---|
| 0.5.1 | Aug 9, 2026 |
| 0.5.0 | Aug 8, 2026 |
| 0.4.4 | Aug 5, 2026 |
| 0.4.3 | Jul 28, 2026 |
| 0.4.2 | Jul 26, 2026 |
| 0.4.1 | Jul 25, 2026 |
| 0.3.10 | Jul 12, 2026 |
| 0.3.8 | Jul 4, 2026 |
Frequently asked questions
- Who maintains Topos?
- Topos is maintained by krv-labs, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Topos listed on the Official MCP Registry?
- Yes — Topos is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Topos have?
- MCP Toplist tracks 8 versions of Topos, most recently published on Aug 9, 2026.
- Where can I find the source code for Topos?
- The source code for Topos is hosted at github.com/krv-labs/topos.