From ee955406cf08a07445ee4691b91d0a1765abc0a1 Mon Sep 17 00:00:00 2001 From: Howard Eridani Date: Thu, 5 Mar 2026 01:07:52 +0300 Subject: [PATCH] Add evc-team-relay-mcp to registry --- data/seed.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/data/seed.json b/data/seed.json index 7f65a4a62..2a8542555 100644 --- a/data/seed.json +++ b/data/seed.json @@ -155,5 +155,26 @@ } } ] + }, + { + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "io.github.entire-vc/evc-team-relay-mcp", + "description": "MCP server for reading and writing Obsidian vault documents via EVC Team Relay - a self-hosted CRDT-based collaborative sync server. Supports listing, reading, writing, and searching notes with multi-agent vault access.", + "repository": { + "url": "https://github.com/entire-vc/evc-team-relay-mcp.git", + "source": "github" + }, + "version": "1.0.0", + "packages": [ + { + "registryType": "pypi", + "identifier": "evc-team-relay-mcp", + "version": "1.0.0", + "runtimeHint": "python", + "transport": { + "type": "stdio" + } + } + ] } -] +] \ No newline at end of file