AgentLair
Rank #39,511io.github.piiiico/agentlair
AI agent email, vault, and calendar. Tamper-evident audit trail for EU AI Act compliance.
AgentLair is a Model Context Protocol (MCP) server published by piiiico. It ranks #39,511 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. AgentLair is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 13, 2026 and most recently updated on Apr 21, 2026.
Ranks ahead of 76,080 of 115,591 servers on MCP Toplist.
Use AgentLair
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agentlair https://agentlair-mcp-server.amdal-dev.workers.dev/mcpclaude mcp add agentlair -e "AGENTLAIR_API_KEY=<your AGENTLAIR_API_KEY>" -- npx -y @agentlair/mcpReplace each placeholder with your own value before saving.
[mcp_servers.agentlair]
url = "https://agentlair-mcp-server.amdal-dev.workers.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.agentlair]
command = "npx"
args = ["-y", "@agentlair/mcp"]
[mcp_servers.agentlair.env]
AGENTLAIR_API_KEY = "<your AGENTLAIR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://agentlair-mcp-server.amdal-dev.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agentlair": {
"command": "npx",
"args": [
"-y",
"@agentlair/mcp"
],
"env": {
"AGENTLAIR_API_KEY": "<your AGENTLAIR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentlair": {
"url": "https://agentlair-mcp-server.amdal-dev.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"agentlair": {
"command": "npx",
"args": [
"-y",
"@agentlair/mcp"
],
"env": {
"AGENTLAIR_API_KEY": "<your AGENTLAIR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agentlair": {
"type": "http",
"url": "https://agentlair-mcp-server.amdal-dev.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"agentlair": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentlair/mcp"
],
"env": {
"AGENTLAIR_API_KEY": "<your AGENTLAIR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentlair": {
"serverUrl": "https://agentlair-mcp-server.amdal-dev.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentlair": {
"command": "npx",
"args": [
"-y",
"@agentlair/mcp"
],
"env": {
"AGENTLAIR_API_KEY": "<your AGENTLAIR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentlair": {
"url": "https://agentlair-mcp-server.amdal-dev.workers.dev/mcp"
}
}
}{
"mcpServers": {
"agentlair": {
"command": "npx",
"args": [
"-y",
"@agentlair/mcp"
],
"env": {
"AGENTLAIR_API_KEY": "<your AGENTLAIR_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.piiiico%2Fagentlair)<a href="https://mcptoplist.com/server/io.github.piiiico%2Fagentlair"><img src="https://mcptoplist.com/badge/io.github.piiiico%2Fagentlair.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
piiiico
Other servers by piiiico
- Commit — Supply Chain Risk Scoring#6,723 · 4 vers
- agent-audit#29,934 · 3 vers
- Aeo Audit#44,526 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.2.0 | Apr 21, 2026 |
| 1.1.2 | Mar 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains AgentLair?
- AgentLair is maintained by piiiico, which publishes 4 MCP servers (12 total versions) tracked on MCP Toplist.
- Is AgentLair listed on the Official MCP Registry?
- Yes — AgentLair is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AgentLair have?
- MCP Toplist tracks 3 versions of AgentLair, most recently published on Apr 21, 2026.
- Where can I find the source code for AgentLair?
- The source code for AgentLair is hosted at github.com/piiiico/agentlair/tree/HEAD/packages/mcp.