Home › Knowledge & Memory › evc-team-relay-mcp
evc-team-relay-mcp
MCP server for AI agent read/write access to Obsidian vaults via EVC Team Relay.
Topics: Knowledge & Memory
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 1.0.9)
uvx evc-team-relay-mcp
Or add to your MCP client config:
{
"mcpServers": {
"evc-team-relay-mcp": {
"command": "uvx",
"args": [
"evc-team-relay-mcp"
],
"env": {
"RELAY_CP_URL": "<YOUR_VALUE>",
"RELAY_AGENT_KEY": "<YOUR_VALUE>",
"RELAY_AGENT_KEYS": "<YOUR_VALUE>",
"RELAY_EMAIL": "<YOUR_VALUE>",
"RELAY_PASSWORD": "<YOUR_VALUE>"
}
}
}
}
RELAY_CP_URLrequired — URL of the Team Relay control plane (e.g. https://cp.yourdomain.com)RELAY_AGENT_KEYsecret — Agent key for single-share access (mutually exclusive with RELAY_AGENT_KEYS). Overrides RELAY_EMAIL/RELAY_PASSWORD.RELAY_AGENT_KEYSsecret — Comma-separated share_id:key pairs for multi-share access (e.g. mesh:key1,spark:key2). Takes priority over RELAY_AGENT_KEY for matched shares.RELAY_EMAIL— Email for password auth (fallback when no agent key is configured)RELAY_PASSWORDsecret — Password for auth (fallback when no agent key is configured)
Related servers
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry