Skip to content
Cursor

AgentLens for Cursor

io.github.agentkitai/agentlens

Tamper-evident, SHA-256 hash-chained audit trail and observability for AI agents.

client:Cursor transport:stdio runtime:npm

Install AgentLens in Cursor

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

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

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

AgentLens in other clients