AgentLens
Rank #3,577io.github.agentkitai/agentlens
Tamper-evident, SHA-256 hash-chained audit trail and observability for AI agents.
AgentLens is a Model Context Protocol (MCP) server published by agentkitai. It ranks #3,577 of 115,460 servers tracked on MCP Toplist, and its repository has 22 GitHub stars. AgentLens is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Feb 8, 2026 and most recently updated on Jun 21, 2026.
Ranks ahead of 111,883 of 115,460 servers on MCP Toplist.
Use AgentLens
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentlens -- npx -y @agentlensai/mcp[mcp_servers.agentlens]
command = "npx"
args = ["-y", "@agentlensai/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentlens": {
"command": "npx",
"args": [
"-y",
"@agentlensai/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentlens": {
"command": "npx",
"args": [
"-y",
"@agentlensai/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentlens": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentlensai/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentlens": {
"command": "npx",
"args": [
"-y",
"@agentlensai/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentlens": {
"command": "npx",
"args": [
"-y",
"@agentlensai/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.agentkitai%2Fagentlens)<a href="https://mcptoplist.com/server/io.github.agentkitai%2Fagentlens"><img src="https://mcptoplist.com/badge/io.github.agentkitai%2Fagentlens.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
agentkitai
Other servers by agentkitai
View all agentkitai servers →Available versions (1)
| Version | Published |
|---|---|
| 0.13.1 | Jun 21, 2026 |
Frequently asked questions
- Who maintains AgentLens?
- AgentLens is maintained by agentkitai, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is AgentLens listed on the Official MCP Registry?
- Yes — AgentLens is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AgentLens have?
- MCP Toplist tracks 1 version of AgentLens, most recently published on Jun 21, 2026.
- Where can I find the source code for AgentLens?
- The source code for AgentLens is hosted at github.com/agentkitai/agentlens.