Evc Team Relay MCP

Give your AI agent read/write access to your Obsidian vault. Works with Claude Code, Codex CLI, OpenCode, and any MCP-compatible client. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 3 · #58 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Evc Team Relay MCP

before you install - you'll need

Set RELAY_CP_URL, RELAY_AGENT_KEY, RELAY_EMAIL, RELAY_PASSWORD before connecting.

Claude Code

claude mcp add entire-vc-evc-team-relay-mcp -- uvx evc-team-relay-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "entire-vc-evc-team-relay-mcp": {
      "command": "uvx",
      "args": [
        "evc-team-relay-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 evc-team-relay-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Evc Team Relay MCP can do

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

Latest releases

v1.0.0 · 2026-02-24

Initial release. · MCP Tools · authenticate - auto-managed login with token refresh · list_shares - list accessible shares (filter by kind, ownership) · list_files - list files in a folder share · read_file - read a…

04 · Who maintains Evc Team Relay MCP

evc-team-relay-mcp is maintained by entire-vc. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
productivity - ranked #58 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.entire-vc/evc-team-relay-mcp (active, first published 2026-06-07)
packages
pypi:evc-team-relay-mcp

06 · Evc Team Relay MCP FAQ

What is Evc Team Relay MCP?

Give your AI agent read/write access to your Obsidian vault. Works with Claude Code, Codex CLI, OpenCode, and any MCP-compatible client. It runs locally over stdio via the published package.

Is Evc Team Relay MCP still maintained?

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

How do I install Evc Team Relay MCP?

Run `uvx evc-team-relay-mcp`. The README documents 4 environment variables (RELAY_CP_URL, RELAY_AGENT_KEY, RELAY_EMAIL…) to set first. Set RELAY_CP_URL, RELAY_AGENT_KEY, RELAY_EMAIL, RELAY_PASSWORD before connecting. You can also paste the ready-made client config above.

Does Evc Team Relay MCP 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 Evc Team Relay MCP