evc-team-relay-mcp
by Various
MCP server for reading and writing Obsidian vault documents via EVC Team Relay
MCP
evc-team-relay-mcp
Added 1 June 2026
Overview
MCP server that enables reading and writing documents in an Obsidian vault through the EVC Team Relay protocol. It acts as a bridge between MCP-compatible agents and Obsidian knowledge bases.
Best for
Best for
Developers using EVC Team Relay who want MCP-based access to their Obsidian knowledge base
Use cases
- Reading Obsidian notes as context for AI agents
- Writing AI-generated summaries or entries to a vault
- Syncing structured data between external tools and Obsidian
How to use
Tools exposed
RELAY_CP_URLRELAY_AGENT_KEYRELAY_EMAILRELAY_PASSWORDlist_shareslist_filesread_fileupsert_filedelete_fileread_documentwrite_documentauthenticate
Tested with
Claude Code, Codex CLI, OpenCode
Example client config
{\n "mcpServers": {\n "evc-relay": {\n "command": "uvx",\n "args": ["evc-team-relay-mcp"],\n "env": {\n "RELAY_CP_URL": "https://cp.yourdomain.com",\n "RELAY_AGENT_KEY": "tr_agent_your_key_here"\n }\n }\n }\n} Notes
MCP server that enables reading and writing documents in an Obsidian vault through the EVC Team Relay protocol. It acts as a bridge between MCP-compatible agents and Obsidian knowledge bases.
2 stars on GitHub. Last updated 2026-05-31. Licensed MIT.
Use cases
- Reading Obsidian notes as context for AI agents
- Writing AI-generated summaries or entries to a vault
- Syncing structured data between external tools and Obsidian
Pros
- Connects Obsidian vaults directly to MCP tools without custom scripting
- Supports both read and write operations for full interaction
- Written in Python, easy to inspect and modify
Cons
- Requires an active EVC Team Relay service to function
- Low star count (2) suggests minimal community testing or documentation
- Limited to Obsidian vaults; no support for other note formats
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Connects Obsidian vaults directly to MCP tools without custom scripting
- Supports both read and write operations for full interaction
- Written in Python, easy to inspect and modify
Cons
- Requires an active EVC Team Relay service to function
- Low star count (2) suggests minimal community testing or documentation
- Limited to Obsidian vaults; no support for other note formats
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.