# Use the MCP server

Collection: mcp
Human docs: https://zei.sh/docs/mcp

Connect an MCP client to Zeish over Streamable HTTP.

Endpoint: https://api.zei.sh/api/v1/mcp. Send Authorization: Bearer with a zeish_live_ API key or an OAuth access token.
The server exposes organization tools for sandboxes, templates, volumes, networks, secrets, SSH keys, and identity. Superadmins also receive platform operations.
There are no direct MCP tools for raw TCP tunnel access, port sharing, or secret grants and leases. Use the public API or SDK for those operations.

Example:

```
{"mcpServers":{"zeish":{"url":"https://api.zei.sh/api/v1/mcp","headers":{"Authorization":"Bearer zeish_live_..."}}}}
```
