EVC Mesh MCP Server
by entire-vc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MESH_API_URL | No | Base URL of the Mesh API | http://localhost:8005 |
| MESH_MCP_HOST | No | SSE server bind host | 0.0.0.0 |
| MESH_MCP_PORT | No | SSE server bind port | 8081 |
| MESH_AGENT_KEY | No | Agent API key (agk_...) | |
| MESH_MCP_PROFILE | No | Tool profile for stdio: core or full (SSE serves both) | full |
| MESH_MCP_TRANSPORT | No | Transport mode: stdio or sse | stdio |
| MESH_MCP_AUTH_FAIL_RPM | No | SSE mode: per-IP budget for authentication attempts against a not-yet-cached agent key on /sse, /core/sse, /mcp, /mcp/core. Over budget → 429 without calling Mesh API. 0 disables. | 20 |
| MESH_MCP_AUTH_FAIL_CACHE_SEC | No | SSE mode: how long a failed authentication (bad/unknown key) is remembered, so repeating the same bad key doesn't call Mesh API every request. | 30 |
| MESH_MCP_SESSION_CACHE_TTL_MIN | No | SSE mode: how long a successful authentication is trusted before the key is re-checked — bounds how long a revoked key keeps working without a restart. | 15 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityActive
ResponsivenessNo issues