Works with **Claude Code**, **Codex CLI**, **OpenCode**, and any [MCP](https://modelcontextprotocol.io)-compatible client.
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.
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.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Variable — RequiredRELAY_CP_URL — YesRELAY_AGENT_KEY — One ofRELAY_EMAIL — One ofRELAY_PASSWORD — One ofauthenticate — Authenticate with credentials (auto-managed)list_shares — List accessible shares (filter by kind, ownership)list_files — List files in a folder shareread_document — Not implemented — no backend route in any auth mode, always raiseswrite_document — Not implemented — no backend route in any auth mode, always raisesdelete_file — Not implemented — no backend route in any auth mode, always raisesGroup — ToolsConfiguration 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.
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.
| Tool | What it does |
|---|---|
| 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 |
| Product | What it does |
| Variable | Description | Required |
|---|---|---|
| RELAY_CP_URL | Endpoint or connection string the server talks to. | Yes |
| RELAY_AGENT_KEY | Credential the server authenticates with. | Yes |
| RELAY_EMAIL | Configuration value read at startup. | Optional |
| RELAY_PASSWORD | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.