Catalog
io.github.entire-vc/evc-team-relay-mcp
Officialby entire-vc · Python
MCP server for AI agent read/write access to Obsidian vaults via EVC Team Relay.
Enables AI agents to read and write to Obsidian vaults via EVC Team Relay.
Topics
mcpmcp-servermodel-context-protocolobsidianobsidian-plugin
README not available yet.
Install
Configuration
Environment variables
RELAY_CP_URLrequiredURL of the Team Relay control plane (e.g. https://cp.yourdomain.com)
RELAY_EMAILrequiredEmail address for authenticating with the Team Relay server
RELAY_PASSWORDrequiredsecretPassword for authenticating with the Team Relay server
claude_desktop_config.json
{
"mcpServers": {
"evc-team-relay-mcp": {
"command": "uvx",
"args": [
"evc-team-relay-mcp"
],
"env": {
"RELAY_CP_URL": "<YOUR_RELAY_CP_URL>",
"RELAY_EMAIL": "<YOUR_RELAY_EMAIL>",
"RELAY_PASSWORD": "<YOUR_RELAY_PASSWORD>"
}
}
}
}