Skip to content
Cursor

SkillTotal for Cursor

ai.skilltotal/skilltotal

Deterministic security scan of MCP servers, agent skills and npm/PyPI packages. Runs locally.

client:Cursor transport:stdio runtime:pypi

Install SkillTotal in Cursor

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

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

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

SkillTotal in other clients