Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Evc Team Relay MCP
Evc Team Relay MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:01:34 PM

Evc Team Relay MCP

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
obsidianfile-systemsmcpknowledge-management

Reads and updates files in Team Relay folder shares through MCP, with writes limited to agent-key authentication.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "evc-team-relay-mcp": {
      "command": "uvx",
      "args": [
        "evc-team-relay-mcp"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (3) Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The evc-team-relay-mcp MCP server connects MCP clients to an Obsidian Team Relay deployment for file access. It authenticates with an agent key or email and password, then supports listing shares, listing files, reading files, and updating files through the working API routes. Agent-key mode provides the only supported write path through upsert_file; email/password mode is read-only. Reach for it when an agent needs controlled access to files stored in a Team Relay-backed Obsidian workflow, but do not depend on the advertised document or delete tools because they currently raise errors.

Use cases

•Browse files in Team Relay folder shares
•Read Obsidian-backed notes through an MCP client
•Create or update files with an agent key
•Connect a remote MCP client through an SSH tunnel

Key features

•List accessible Team Relay shares
•Browse and read folder-share files
•Create or update files with agent-key authentication
•Authenticate and refresh tokens automatically
•Run over stdio or HTTP transport

Capabilities & Tool Schemas (3) ~10 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Evc Team Relay MCP.

read_document

Callable MCP tool function

write_document

Callable MCP tool function

delete_file

Callable MCP tool function

How Evc Team Relay MCP works

What evc-team-relay-mcp MCP server does

The evc-team-relay-mcp MCP server exposes Team Relay file operations to MCP-compatible AI clients. It is intended for Obsidian vault workflows backed by Team Relay, where an agent needs to inspect available shares, browse files, read file contents, or create and update files.

The working workflow is share-oriented: the client can list accessible shares, identify files within a folder share, read a file by path, and use upsert_file to create or replace a file. The server does not provide unrestricted local filesystem access; operations go through the configured Team Relay control plane.

Several names shown in the tool list are not currently usable. read_document, write_document, and delete_file have no backend route and always raise an error. The supported write operation is upsert_file, not write_document.

How it works

The evc-team-relay-mcp MCP server runs as a local stdio process by default. MCP clients start it with uvx, and the process communicates with the client over MCP. It can also run as an HTTP server for a shared or server-side deployment.

Set RELAY_CP_URL to the Team Relay control-plane base URL. Authentication uses either an agent key or an email/password account. Agent-key authentication enables the working folder-share read and write operations. Email/password authentication uses JWT-based access and is read-only for the supported file tools.

Authentication, token refresh, and token lifecycle management are handled by the server. A typical sequence is list_shares, list_files, then read_file or upsert_file.

Setup and configuration

Install-free execution is available through the Python package runner:

bash
uvx evc-team-relay-mcp

Configure the MCP client with RELAY_CP_URL and one credential method. For agent-key mode, provide RELAY_AGENT_KEY. For account authentication, provide both RELAY_EMAIL and RELAY_PASSWORD.

The project documents configuration examples for Claude Code, Codex CLI, and OpenCode. Source installation is also supported with uv sync or pip install . after cloning the repository.

For HTTP deployment, the server can be started with --transport http and a port. It binds to 127.0.0.1 by default. Remote clients can connect through an SSH tunnel, while binding to another interface requires explicitly setting --host. The HTTP endpoint has no built-in authentication, so public binding should be protected by a reverse proxy or firewall.

Tools and capabilities

Working capabilities include:

  • authenticate for automatic credential handling
  • list_shares with share-kind and ownership filtering
  • list_files for browsing folder shares
  • read_file for reading a file by path
  • upsert_file for creating or updating a file in agent-key mode

The server also declares read_document, write_document, and delete_file, but these operations are currently unavailable because the Team Relay control plane lacks the required routes. tr_search is available in JWT mode according to the documented availability matrix, although it is not part of the typical folder-file workflow.

Limitations and notes

The evc-team-relay-mcp MCP server does not make document-share live content available through REST; that content uses a CRDT/WebSocket path instead. Switching from email/password to an agent key will not fix the unavailable document and delete operations. It only enables the supported upsert_file write route.

The HTTP MCP endpoint does not authenticate incoming clients itself. Keep the default localhost binding where possible, or place any network-facing deployment behind appropriate access controls. The project is released under the MIT license.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • MCP Obsidian logoMCP Obsidian

    Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant.

    🧠 Knowledge & Memory4 views
    Compare vs MCP Obsidian →
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Obsidian MCP Server logoObsidian MCP Server

    SSE-enabled MCP server for remote Obsidian vault management with 29 tools for notes, directories, frontmatter, tags, search, and link operations. Docker-ready with health monitoring.

    🧠 Knowledge & Memory2 views
    Compare vs Obsidian MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
3
Stargazers on the source repository.
Last commit
7d ago
Most recent push to the default branch.
Tools exposed
3
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Evc Team Relay MCP

Run `uvx evc-team-relay-mcp`; uvx downloads and runs the package without a separate installation step.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEvc Team Relay MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/evc-team-relay-mcp?style=directory)](https://allmcps.com/mcp/evc-team-relay-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/evc-team-relay-mcp"><img src="https://allmcps.com/api/badge/evc-team-relay-mcp?style=directory" alt="Evc Team Relay MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimePython
AuthOther
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 7, 2026
10/10 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit7d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 3, 2026
53Quality signal: Good Ā· 53/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev Ā· evc-team-relay-mcp (PyPI)

ā˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Evc Team Relay MCP →Install in Claude DesktopInstall in CursorInstall in VS Code