MCP Server
MCP
io.github.entire-vc/evc-team-relay-mcp
MCP server for AI agent read/write access to Obsidian vaults via EVC Team Relay.
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
By
Comments
Sign in to leave a comment