Give AI agents read/write access to your Obsidian vault via MCP. Browse shared folders, read and create notes, search across vault content. Backed by Team Relay - a self-hosted collaborative server for Obsidian with real-time sync.
Server Config
{
"mcpServers": {
"evc-team-relay": {
"command": "uvx",
"args": [
"evc-team-relay-mcp"
],
"env": {
"RELAY_CP_URL": "https://cp.yourdomain.com",
"RELAY_EMAIL": "your@email.com",
"RELAY_PASSWORD": "your-password"
}
}
}
}