3 months ago
AI agent access to Obsidian vault through MCP protocol. Read, search, and write notes via Team Relay collaborative server. Supports shared folders, real-time sync, and full-text search.
Works with Claude Code, Codex CLI, OpenCode, and any MCP-compatible client.
Install: uvx evc-team-relay-mcp
PyPI: https://pypi.org/project/evc-team-relay-mcp/
GitHub: https://github.com/entire-vc/evc-team-relay-mcp
Server Config
{
"mcpServers": {
"evc-team-relay": {
"command": "uvx",
"args": [
"evc-team-relay-mcp"
],
"env": {
"EVC_RELAY_URL": "https://your-relay.example.com",
"EVC_RELAY_TOKEN": "your-token",
"EVC_RELAY_SHARE": "your-share-id"
}
}
}
}