← Back to Plugins
MCP Server MCP

io.github.entire-vc/evc-team-relay-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for AI agent read/write access to Obsidian vaults via EVC Team Relay.

Homepage Verified source GitHub

Install

uvx evc-team-relay-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "evc-team-relay-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of the Team Relay control plane (e.g. https://cp.yourdomain.com)",
          "isRequired": true,
          "format": "string",
          "name": "RELAY_CP_URL"
        },
        {
          "description": "Email address for authenticating with the Team Relay server",
          "isRequired": true,
          "format": "string",
          "name": "RELAY_EMAIL"
        },
        {
          "description": "Password for authenticating with the Team Relay server",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "RELAY_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...