Skip to content
Cursor

mcpsentry for Cursor

io.github.roshan6335/mcpsentry

Security scanner and runtime proxy for MCP servers.

client:Cursor transport:stdio runtime:npm

Install mcpsentry in Cursor

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

{
  "mcpServers": {
    "mcpsentry": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@roshan6335/mcpsentry"
      ]
    }
  }
}

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

mcpsentry in other clients