Skip to content
Cursor

inkog for Cursor

io.github.inkog-io/inkog

Security co-pilot for AI agents. Scan for vulnerabilities, audit MCP servers, verify governance.

client:Cursor transport:stdio runtime:npm

Install inkog 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": {
    "inkog": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@inkog-io/mcp"
      ],
      "env": {
        "INKOG_API_KEY": "<INKOG_API_KEY>"
      }
    }
  }
}

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

inkog in other clients