Odel
evc team relay mcp

evc team relay mcp

Local
@entire-vc3PythonMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIevc-team-relay-mcpv1.0.3

Run

uvx evc-team-relay-mcp

MCP client config

{
  "mcpServers": {
    "evc-team-relay-mcp": {
      "command": "uvx",
      "args": [
        "evc-team-relay-mcp"
      ]
    }
  }
}