evc-team-relay-mcp
Rank #10,570io.github.entire-vc/evc-team-relay-mcp
MCP server for AI agent read/write access to Obsidian vaults via EVC Team Relay.
evc-team-relay-mcp is a Model Context Protocol (MCP) server published by entire-vc. It ranks #10,570 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. evc-team-relay-mcp is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Feb 24, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 104,890 of 115,460 servers on MCP Toplist.
Use evc-team-relay-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add evc-team-relay-mcp -e "RELAY_CP_URL=<your RELAY_CP_URL>" -e "RELAY_EMAIL=<your RELAY_EMAIL>" -e "RELAY_PASSWORD=<your RELAY_PASSWORD>" -- uvx evc-team-relay-mcpReplace each placeholder with your own value before saving.
[mcp_servers.evc-team-relay-mcp]
command = "uvx"
args = ["evc-team-relay-mcp"]
[mcp_servers.evc-team-relay-mcp.env]
RELAY_CP_URL = "<your RELAY_CP_URL>"
RELAY_EMAIL = "<your RELAY_EMAIL>"
RELAY_PASSWORD = "<your RELAY_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"evc-team-relay-mcp": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.entire-vc%2Fevc-team-relay-mcp)<a href="https://mcptoplist.com/server/io.github.entire-vc%2Fevc-team-relay-mcp"><img src="https://mcptoplist.com/badge/io.github.entire-vc%2Fevc-team-relay-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
entire-vc
Other servers by entire-vc
View all entire-vc servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.3 | Jun 7, 2026 |
Frequently asked questions
- Who maintains evc-team-relay-mcp?
- evc-team-relay-mcp is maintained by entire-vc, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is evc-team-relay-mcp listed on the Official MCP Registry?
- Yes — evc-team-relay-mcp is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does evc-team-relay-mcp have?
- MCP Toplist tracks 1 version of evc-team-relay-mcp, most recently published on Jun 7, 2026.
- Where can I find the source code for evc-team-relay-mcp?
- The source code for evc-team-relay-mcp is hosted at github.com/entire-vc/evc-team-relay-mcp.