mcpbeat Sign in

AgentLens MCP Server

local only

AgentLens runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 1 Aug 2026.

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

Installs per day peak 21 · avg 9 · +80% w/w
a month agotoday
49
Installs / week
npm · @agentkitai/agentlens-mcp
23
Stars
2 open issues
1 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime packages/python-sdk/src/agentlensai/_init.py:221
                __import__(integration_mod)
        filename = os.path.join(buffer_dir, f"events_{uuid.uuid4().hex}.json")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentlens -- npx -y @agentkitai/agentlens-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentlens": {
      "args": [
        "-y",
        "@agentkitai/agentlens-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentlens]
command = "npx"
args = ["-y", "@agentkitai/agentlens-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentlens": {
      "args": [
        "-y",
        "@agentkitai/agentlens-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentlens": {
      "args": [
        "-y",
        "@agentkitai/agentlens-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AgentLens

same job, measured the same way
ai-audit-trail
by sundsoffice-tech

Tamper-evident audit trails for AI agents — Ed25519-signed, hash-chained, EU AI Act ready.

155 installs/wk local only
Occasio
by occasiolabs

Tamper-evident, Sigstore-signed audit trail for Claude Code agents.

77 installs/wk local only
Tradememory Protocol
by mnemox-ai

Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.

119 installs/wk local only
EU Audit Trail
by jellewas

Tamper-evident audit trail MCP server for EU AI Act & GDPR compliance.

72 installs/wk local only
Conduit
by bkauto3

Headless browser with SHA-256 audit trails and Ed25519-signed proof bundles for AI agents.

52 installs/wk local only
Vorim MCP Server
by vorim-ai-labs

AI agent identity, permissions, trust scores, and tamper-evident audit trails via Vorim AI

75 installs/wk local only
Vorim MCP Server
by kzino

AI agent identity, permissions, trust scores, and tamper-evident audit trails via Vorim AI

local only
Agent Trust
by garl-protocol

Tamper-evident action receipts, trust scoring & capability tokens for AI agents. 29 MCP tools.

local only

AgentLens — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentLens?
AgentLens runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agentkitai/agentlens-mcp was installed 49 times last week.
How do I connect AgentLens?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @agentkitai/agentlens-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AgentLens?
The npm package @agentkitai/agentlens-mcp was installed 49 times in the last week. Week over week that is +80%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AgentLens open source?
Yes — it is published under the MIT licence, written in TypeScript, 23 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.