Topos MCP Server

the agent harness for structural code quality Topos measures complexity, coupling, risky data flows, and agent cognitive load, then gives your agent a concrete target from SLOP to PLATINUM. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 24 · #29 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

BSD-3-Clause · Rust servers · how we verify → /methodology

01 · Install Topos

Claude Code

claude mcp add krv-labs-topos -- uvx topos-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "krv-labs-topos": {
      "command": "uvx",
      "args": [
        "topos-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license BSD-3-Clause - declared in the repository

pypi package topos-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Krv-Labs is GitHub-verified and matches the repo owner

03 · What Topos can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.5.1 · 2026-08-09

update OpenWiki · require js-yaml 4.3.1+ to close Dependabot alert #21 · document squash-merge + Unreleased changelog convention · replace LoopContext wrapper with continue_stack · update OpenWiki · reframe…

v0.5.0 · 2026-08-08

update OpenWiki · plan the v0.5.0 release stack · NAVIGABLE - a fourth generator of Ω · restore depth at branch joins and drop Go phantom callable · C++ declaration parity and branch-scoped fingerprints · restore full…

v0.4.4 · 2026-08-04

idempotent VSCE/PyPI publish with skip visibility · update OpenWiki · drop redundant version stanza from Homebrew formula template · update OpenWiki · Release v0.4.4

04 · Who maintains Topos

Topos is maintained by krv-labs. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
coding agent - ranked #29 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-09)
registry
io.github.Krv-Labs/topos (active, first published 2026-06-20 · 14 versions)
packages
pypi:topos-mcp

06 · Topos FAQ

What is Topos?

the agent harness for structural code quality Topos measures complexity, coupling, risky data flows, and agent cognitive load, then gives your agent a concrete target from SLOP to PLATINUM. It runs locally over stdio via the published package.

Is Topos still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Topos?

Run `uvx topos-mcp`. You can also paste the ready-made client config above.

Does Topos run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Topos

More coding agent MCP servers · CLEO MCP Server · Agence · Fittok · Sense · Maguyva

More Rust MCP servers · Limpet · Sophon · Sys Knife · Leakferret · Cuba Memorys · see all