Skip to content
Cursor

Taplid for Cursor

io.github.taplid/taplid

Audit AI responses and artifacts with ALLOW, REVIEW, or BLOCK decisions and trust scores.

client:Cursor transport:stdio runtime:npm

Install Taplid in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "taplid": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@taplid/mcp"
      ],
      "env": {
        "TAPLID_API_KEY": "<TAPLID_API_KEY>",
        "TAPLID_API_URL": "<TAPLID_API_URL>"
      }
    }
  }
}

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

Taplid in other clients