
Evc Team Relay Mcp
Give your coding agent read and write access to team Obsidian vaults through EVC Team Relay while you build knowledge-backed agent workflows.
Overview
EVC Team Relay MCP is an MCP server for the Build phase that provides AI agents read/write access to Obsidian vaults via the EVC Team Relay control plane.
What is this MCP server?
- stdio MCP package evc-team-relay-mcp v1.0.3 on PyPI
- Read/write Obsidian vault access mediated by EVC Team Relay control plane
- Requires RELAY_CP_URL, RELAY_EMAIL, and RELAY_PASSWORD environment variables
- GitHub source: entire-vc/evc-team-relay-mcp
- Team-oriented relay auth—not a local-only single-file notes hack
- Package version 1.0.3 (PyPI evc-team-relay-mcp)
- Transport: stdio
- Three required environment variables documented in server manifest
Community signal: 2 GitHub stars.
What problem does it solve?
Agents cannot safely read or update your Obsidian knowledge base when notes live behind a team relay instead of a local folder you mount manually.
Who is it for?
Solo builders and small teams already on Obsidian plus EVC Team Relay who want Claude Code or Cursor to operate on shared vault content.
Skip if: Builders who only need local single-user markdown files without Relay infrastructure, or teams that prohibit agent writes to shared knowledge stores.
What do I get? / Deliverables
After configuring Relay URL and credentials, your agent can query and edit vault notes so specs, decisions, and runbooks stay in sync with code work.
- Agent read/write access to Relay-connected Obsidian vaults
- stdio MCP integration suitable for local Claude Code or Cursor setups
- Unified code-and-notes workflow without copying markdown manually
Recommended MCP Servers
Journey fit
Vault bridging is a Build concern when you connect agent runtimes to the notes system your team already uses. Agent-tooling is the canonical shelf because the MCP stdio server is the adapter between Claude/Cursor and Relay-backed Obsidian storage.
How it compares
Relay-backed Obsidian MCP bridge, not a public wiki API or generic database connector.
Common Questions / FAQ
Who is EVC Team Relay MCP for?
Developers using Obsidian with EVC Team Relay who want coding agents to read and write vault notes through MCP.
When should I use EVC Team Relay MCP?
During Build when integrating agent workflows with docs, and during Operate when iterating runbooks or incident notes from the agent.
How do I add EVC Team Relay MCP to my agent?
Install the PyPI package evc-team-relay-mcp, set RELAY_CP_URL, RELAY_EMAIL, and RELAY_PASSWORD, and register the stdio MCP server in Claude Code, Cursor, or your client’s config.