Aganium MCP Server

Bridge MCP servers to the AGENIUM agent:// network with DNS resolution and mTLS

VERIFIED ACTIVE

LAST COMMIT 2026-02-16 · ★ 4 · #501 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Aganium MCP Server

Claude Code

claude mcp add aganium-agenium-packages-mcp-bridge -- npx -y @agenium/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aganium-agenium-packages-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@agenium/mcp-server"
      ]
    }
  }
}

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 @agenium/mcp-server - the @agenium scope differs from the repo owner (aganium); confirm it's the project's official package

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

03 · Who maintains Aganium MCP Server

mcp-server is maintained by aganium. We track 2 MCP servers from aganium - 2 actively maintained, 4 combined GitHub stars, oldest repo from Feb 2026.

04 · Facts

category
other - ranked #501 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.Aganium/mcp-server (active, first published 2026-02-15 · 2 versions)
packages
npm:@agenium/mcp-server

05 · Aganium MCP Server FAQ

Is Aganium MCP Server still maintained?

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

How do I install Aganium MCP Server?

Run `npx -y @agenium/mcp-server`. You can also paste the ready-made client config above.

Does Aganium MCP Server 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 Aganium MCP Server