Skip to content
Cursor

docvet for Cursor

io.github.alberto-codes/docvet

Docstring quality vetting for Python -- enrichment, freshness, coverage, and presence checks

client:Cursor transport:stdio runtime:pypi

Install docvet in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "docvet": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "docvet"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

docvet in other clients