Loading MCP server directory, please wait...
Tasks, comments, shared memory and handoffs for teams of people and AI agents, over MCP.
npx @getmcp/cli add io.github.entire-vc/evc-mesh-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
MESH_API_URLBase URL of your Mesh instance, e.g. https://mesh.example.com
MESH_AGENT_KEYAgent API key issued by Mesh (agk_...)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.entire-vc/evc-mesh-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MESH_API_URL",
"-e",
"MESH_AGENT_KEY",
"-e",
"MESH_MCP_PROFILE",
"ghcr.io/entire-vc/evc-mesh-mcp:0.1.5"
],
"env": {
"MESH_API_URL": "",
"MESH_AGENT_KEY": "",
"MESH_MCP_PROFILE": ""
}
}
}
}