Agentlair MCP Server

Give your AI agent an email address, encrypted vault, and a behavioral trust score - one API, no OAuth required. It runs locally over stdio via the published package.

People connecting email tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 3 · #33 OF 75 MAINTAINED EMAIL · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Agentlair

before you install - you'll need

Set AGENTLAIR_API_KEY, AGENTLAIR_EMAIL before connecting.

Claude Code

claude mcp add piiiico-agentlair -- npx -y @agentlair/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "piiiico-agentlair": {
      "command": "npx",
      "args": [
        "-y",
        "@agentlair/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @agentlair/mcp - the @agentlair scope differs from the repo owner (piiiico); confirm it's the project's official package

registry namespace io.github.piiiico is GitHub-verified and matches the repo owner

03 · Who maintains Agentlair

agentlair is maintained by piiiico. We track 3 MCP servers from piiiico - 3 actively maintained, 10 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from piiiico.

  1. Commit - Supply Chain Risk Scoring Supply chain risk scoring for npm, PyPI, Cargo, and Go. 9 tools. Behavioral signals. ★ 7

04 · Facts

category
email - ranked #33 of 75 actively-maintained email servers as of 2026-08-25.
registry
io.github.piiiico/agentlair (active, first published 2026-03-28 · 3 versions)
packages
npm:@agentlair/mcp

05 · Agentlair FAQ

What is Agentlair?

Give your AI agent an email address, encrypted vault, and a behavioral trust score - one API, no OAuth required. It runs locally over stdio via the published package.

Is Agentlair still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22. We re-verify nightly.

How do I install Agentlair?

Run `npx -y @agentlair/mcp`. The README documents 2 environment variables (AGENTLAIR_API_KEY, AGENTLAIR_EMAIL) to set first. Set AGENTLAIR_API_KEY, AGENTLAIR_EMAIL before connecting. You can also paste the ready-made client config above.

Does Agentlair run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Agentlair