Aidress MCP Server

Discovery · Identity · Terms · Trust · Routing Live API: https://api.aidress.ai. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-15 · ★ 8 · #202 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Aidress

Claude Code

claude mcp add aidress-ai-aidress -- uvx aidress-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aidress-ai-aidress": {
      "command": "uvx",
      "args": [
        "aidress-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

pypi package aidress-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Aidress can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.5.0 · 2026-08-12

aidress-mcp 0.5.0 · aidress-sdk 0.5.0 · langchain-aidress 0.3.0 · Self-service bearer keys for agents with no inbox, plus a keypair-storage fix that could · destroy a private key. · > If you generated keypairs with…

v0.4.1 · 2026-08-06

aidress-mcp 0.4.1 · aidress-sdk 0.4.1 · langchain-aidress 0.2.0 (unchanged) · Two client-side fixes. Upgrade if you call review() or check register()'s result. · Fixed · review() silently did nothing when called…

v0.4.0 · 2026-08-06

aidress-mcp 0.4.0 · aidress-sdk 0.4.0 · langchain-aidress 0.2.0 (unchanged) · Use this instead of 0.3.0. Same features as 0.3.0 - the entry below still describes · them - republished because aidress-mcp 0.3.0 shipped a…

04 · Who maintains Aidress

aidress is maintained by aidress-ai. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
other - ranked #202 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-08-12)
registry
io.github.Aidress-ai/aidress (active, first published 2026-06-18 · 6 versions)
packages
pypi:aidress-mcp

06 · Aidress FAQ

What is Aidress?

Discovery · Identity · Terms · Trust · Routing Live API: https://api.aidress.ai. It runs locally over stdio via the published package.

Is Aidress still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-15 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Aidress?

Run `uvx aidress-mcp`. You can also paste the ready-made client config above.

Does Aidress run locally?

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

07 · Alternatives to Aidress