Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“Š Monitoring
  3. Agentlens
Agentlens logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:31:13 AM

Agentlens

User RatingsBe the first to rate and review this MCP server!
View Repository23 GitHub StarsTotal stargazers on GitHub for the source repository (23 stars).Visit Website
observabilityaudit-loggingmcpopentelemetry

Records AI agent activity in a SHA-256 hash chain and supports verification, signed export, and OpenTelemetry ingestion.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agentkitai-agentlens": {
      "command": "npx",
      "args": [
        "-y",
        "@agentkitai/agentlens-server"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ“Š More in Monitoring

Overview

The agentkitai/agentlens MCP server connects MCP clients such as Claude Desktop and Cursor to AgentLens for recording tool calls, sessions, and agent events. AgentLens stores events in an append-only audit log, linking each record with a SHA-256 hash so the chain can be verified after collection. The broader platform also accepts OpenTelemetry GenAI traces and provides a queryable API and web dashboard. Reach for it when an MCP-based agent needs tamper-evident activity records or audit-oriented observability.

Use cases

โ€ขRecord MCP tool calls for audit review
โ€ขVerify that agent event history was not altered
โ€ขInspect MCP sessions in an observability dashboard
โ€ขIngest OpenTelemetry GenAI traces alongside MCP activity

Key features

โ€ขSHA-256 hash-chained audit events
โ€ขAudit-chain verification
โ€ขSigned JSON audit export
โ€ขMCP client integration
โ€ขOpenTelemetry GenAI trace ingestion
โ€ขSQLite or Postgres storage

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentlens.

Extracted Tool Capabilities
SHA-256 hash-chained audit events
Audit-chain verification
Signed JSON audit export
MCP client integration
OpenTelemetry GenAI trace ingestion
SQLite or Postgres storage

How Agentlens works

What agentkitai/agentlens MCP server does

The agentkitai/agentlens MCP server is the MCP-facing component of AgentLens, an observability system for AI agents. It connects MCP clients, including Claude Desktop and Cursor, to an AgentLens instance over HTTP. The integration records MCP tool calls, sessions, and related events for later inspection through the AgentLens API and dashboard.

AgentLens is designed around an append-only audit trail. Each event is linked to the preceding event with a SHA-256 hash. Verification can identify when a record has been altered, removed, or reordered. The server also supports the broader AgentLens workflow for preserving an audit record and producing a signed JSON export through the platform's verification export endpoint.

How it works

An MCP client sends activity through the AgentLens MCP integration. The MCP component forwards that activity to the AgentLens server, where the ingest and query components process it and store it in SQLite or Postgres. A dashboard is available from the server for viewing collected activity.

The platform can also ingest OpenTelemetry traces that use GenAI semantic conventions. OTLP HTTP traces sent to the AgentLens endpoints are mapped into events such as language-model calls, responses, tool calls, embeddings, and agent invocations. Traces become sessions, or use gen_ai.conversation.id when that identifier is present. These events receive the same hash-chain treatment as MCP-originated records.

Setup and configuration

The agentkitai/agentlens MCP server is distributed as an npm package named @agentkitai/agentlens-mcp. The repository also documents a separate AgentLens server package, @agentkitai/agentlens-server, which provides the receiving service and dashboard. A local AgentLens instance can run with SQLite and zero configuration through Docker or the server package.

For a quick local deployment, the documented Docker command publishes port 3400. Production-style deployments can use the repository's Docker Compose configuration with Postgres, Redis, authentication, and TLS settings. The MCP client must be configured to connect to the relevant AgentLens deployment; the provided material does not specify a complete client configuration block or MCP-specific credential variable.

Tools and capabilities

The agentkitai/agentlens MCP server supports:

  • Recording MCP tool calls, sessions, and agent events.
  • Sending MCP activity to an AgentLens HTTP service.
  • Preserving events in a SHA-256 hash-chained audit log.
  • Verifying whether the recorded chain remains intact.
  • Working alongside OpenTelemetry GenAI trace ingestion.
  • Inspecting collected activity through the AgentLens API and web dashboard.

AgentLens can reconstruct model-call cost from model identifiers and token usage for supported OpenTelemetry GenAI traces. Its documented integrations also include Python auto-instrumentation, an OpenClaw plugin, and SDKs, but those are separate from the MCP package.

Limitations and notes

The MCP package is only one part of the deployment: it needs an AgentLens server to receive and store the activity. The material does not list the individual MCP tool names or provide a standalone storage mode for the MCP package.

The quick local Docker example disables authentication and uses a development JWT secret, so it is intended for local trials. Shared or production deployments should use authentication and a real JWT secret. OpenTelemetry authentication can be enabled for OTLP endpoints with OTLP_AUTH_TOKEN.

The agentkitai/agentlens MCP server is open source under the MIT license. The repository describes its audit trail as suitable for EU AI Act Article 12 record-keeping, but compliance decisions still depend on the complete deployment and operating process.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Monitoring View all alternatives
  • Opik MCP logoOpik MCP

    Use natural language to explore LLM observability, traces, and monitoring data captured by Opik.

    ๐Ÿ“Š Monitoring1 views
    Compare vs Opik MCP โ†’
  • Agent Breadcrumbs logoAgent Breadcrumbs

    Unified agent work logging and observability across ChatGPT, Claude, Cursor, Codex, and OpenClaw with config-first schemas and pluggable sinks.

    ๐Ÿ“Š Monitoring1 views
    Compare vs Agent Breadcrumbs โ†’
  • Langfuse MCP Java logoLangfuse MCP Java

    Query Langfuse traces, debug exceptions, analyze sessions, scores, datasets, schema, observations and manage prompts. Full observability toolkit for LLM applications. (https://github.com/langfuse/langfuse)

    ๐Ÿ“Š Monitoring3 views
    Compare vs Langfuse MCP Java โ†’
  • Heimdall MCP logoHeimdall MCP

    Transparent proxy for any MCP server that intercepts all JSON-RPC messages, measures latency, and stores traces in SQLite, PostgreSQL, or MySQL. Exports OpenTelemetry (OTLP) spans to Jaeger, Tempo, or Grafana. Supports stdio, HTTP, and SSE transports. npx @cardor/heimdall-mcp

    ๐Ÿ“Š Monitoring2 views
    Compare vs Heimdall MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
23
Stargazers on the source repository.
npm downloads
349
Package downloads in the last 30 days.
Last commit
12d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Agentlens

Run `npx -y @agentkitai/agentlens-mcp`; the MCP package also requires an AgentLens server to receive and store events.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgentlens AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agentkitai-agentlens?style=directory)](https://allmcps.com/mcp/agentkitai-agentlens)
HTML Embed
<a href="https://allmcps.com/mcp/agentkitai-agentlens"><img src="https://allmcps.com/api/badge/agentkitai-agentlens?style=directory" alt="Agentlens on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“ŠMonitoring
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars23
GitHub Star CountTotal stargazers on GitHub representing community popularity (23 stars).
Last commit12d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 30, 2026
npm downloads349/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
57Quality signal: Good ยท 57/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท @agentkitai/agentlens-server (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“Š Monitoring โ†’Best MCP servers for Monitoring & Observability โ†’Alternatives to Agentlens โ†’Install in Claude DesktopInstall in CursorInstall in VS Code