Skip to content
Cursor

mcp observatory for Cursor

io.github.kryptosai/mcp-observatory

MCP security scanner. CI-native testing, attack simulation, health scoring, and SARIF.

client:Cursor transport:stdio runtime:npm

Install mcp observatory in Cursor

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

{
  "mcpServers": {
    "mcp-observatory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kryptosai/mcp-observatory"
      ]
    }
  }
}

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

mcp observatory in other clients