Evc Team Relay MCP Server

Works with **Claude Code**, **Codex CLI**, **OpenCode**, and any [MCP](https://modelcontextprotocol.io)-compatible client.

Remote serverstreamable-httpPython

What is the Evc Team Relay MCP MCP server?

If you already use Evc Team Relay MCP, the evc team relay mcp mcp server is the piece that lets your assistant work with it directly. Works with Claude Code, Codex CLI, OpenCode, and any MCP-compatible client.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Variable — Required
  • RELAY_CP_URL — Yes
  • RELAY_AGENT_KEY — One of
  • RELAY_EMAIL — One of
  • RELAY_PASSWORD — One of
  • authenticate — Authenticate with credentials (auto-managed)
  • list_shares — List accessible shares (filter by kind, ownership)
  • list_files — List files in a folder share
  • read_document — Not implemented — no backend route in any auth mode, always raises
  • write_document — Not implemented — no backend route in any auth mode, always raises
  • delete_file — Not implemented — no backend route in any auth mode, always raises
  • Group — Tools

Credentials and setup notes

Configuration is passed through the environment: RELAY_CP_URL, RELAY_AGENT_KEY, RELAY_EMAIL, RELAY_PASSWORD. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  • Python 3.10+ with uv (recommended) or pip - A running EVC Team Relay instance (self-hosted or hosted) - A user account on the Relay control plane ---

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 13 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Evc Team Relay MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Evc Team Relay MCP's toolset — Variable, RELAY_CP_URL, RELAY_AGENT_KEY and 10 more — is a fair guide to whether it matches your workflow. It is maintained by entire-vc; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
VariableRequired
RELAY_CP_URLYes
RELAY_AGENT_KEYOne of
RELAY_EMAILOne of
RELAY_PASSWORDOne of
authenticateAuthenticate with credentials (auto-managed)
list_sharesList accessible shares (filter by kind, ownership)
list_filesList files in a folder share
read_documentNot implemented — no backend route in any auth mode, always raises
write_documentNot implemented — no backend route in any auth mode, always raises
delete_fileNot implemented — no backend route in any auth mode, always raises
GroupTools
ProductWhat it does

Configuration

  • Python 3.10+ with uv (recommended) or pip - A running EVC Team Relay instance (self-hosted or hosted) - A user account on the Relay control plane ---
VariableDescriptionRequired
RELAY_CP_URLEndpoint or connection string the server talks to.Yes
RELAY_AGENT_KEYCredential the server authenticates with.Yes
RELAY_EMAILConfiguration value read at startup.Optional
RELAY_PASSWORDConfiguration value read at startup.Optional

Example prompts to try

  • Use Evc Team Relay MCP to Variable.
  • Use Evc Team Relay MCP to RELAY CP URL.
  • Use Evc Team Relay MCP to RELAY AGENT KEY.

Frequently asked questions

It connects Evc Team Relay MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 13 tools (Variable, RELAY_CP_URL, RELAY_AGENT_KEY, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Evc Team Relay MCP directly.