HomeKnowledge & Memory › evc-team-relay-mcp

evc-team-relay-mcp

MCP server for AI agent read/write access to Obsidian vaults via EVC Team Relay.

Python
★ 3 stars Last pushed 2026-09-23 License: MIT

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_URL required — URL of the Team Relay control plane (e.g. https://cp.yourdomain.com)
  • RELAY_AGENT_KEY secret — Agent key for single-share access (mutually exclusive with RELAY_AGENT_KEYS). Overrides RELAY_EMAIL/RELAY_PASSWORD.
  • RELAY_AGENT_KEYS secret — 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_PASSWORD secret — Password for auth (fallback when no agent key is configured)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry