Skip to content
Cursor

Veragent for Cursor

io.github.lixiaowww/veragent

Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.

client:Cursor transport:stdio runtime:pypi

Install Veragent in Cursor

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

{
  "mcpServers": {
    "veragent": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "veragent-mcp"
      ]
    }
  }
}

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

Veragent in other clients