Docvet MCP Server

Better docstrings, better AI. ruff checks how your docstrings look. interrogate checks if they exist (but is unmaintained). docvet checks if they're right - and now covers presence too. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 9 · #31 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Docvet

Claude Code

claude mcp add alberto-codes-docvet -- uvx docvet

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "alberto-codes-docvet": {
      "command": "uvx",
      "args": [
        "docvet"
      ]
    }
  }
}

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 MIT - declared in the repository

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

registry namespace io.github.Alberto-Codes is GitHub-verified and matches the repo owner

03 · What Docvet can do

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

Latest releases

v1.15.1 · 2026-05-08

1.15.1 (2026-05-08) · avoid click<8.2 incompatibility in progressbar hidden kwarg (#407) (00dbb82), closes #404

v1.15.0 · 2026-03-27

1.15.0 (2026-03-27) · add docvet fix subcommand with dry-run and discovery · add inline suppression comments for findings · add scaffold category, scaffolding engine, and scaffold-incomplete rule · add…

v1.14.1 · 2026-03-22

1.14.1 (2026-03-22) · add independent config toggles for reverse checks (643ca49), closes #359

04 · Who maintains Docvet

docvet is maintained by alberto-codes. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
documentation - ranked #31 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.github.Alberto-Codes/docvet (active, first published 2026-03-04 · 11 versions)
packages
pypi:docvet

06 · Docvet FAQ

What is Docvet?

Better docstrings, better AI. ruff checks how your docstrings look. interrogate checks if they exist (but is unmaintained). docvet checks if they're right - and now covers presence too. It runs locally over stdio via the published package.

Is Docvet still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14. We re-verify nightly.

How do I install Docvet?

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

Does Docvet 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 Docvet

More documentation MCP servers · Clirank · Vault Cortex · Amcharts5 · Atlas Mind · Documentation Server

More Python MCP servers · Datos Gob Do MCP Server · Context Server · Renforge · Alex LLM Attack MCP Server · Clarigrid · see all