gagarin — MCP server 0.1.0 This endpoint speaks the Model Context Protocol over streamable HTTP at POST https://mcp.gagarin.cloud/mcp. It is a translation of the gagarin API at http://gagarind.gagarin-system.svc.cluster.local:8080; it holds no credential of its own, and every call carries yours. Add it to an MCP client: { "mcpServers": { "gagarin": { "type": "http", "url": "https://mcp.gagarin.cloud/mcp", "headers": { "Authorization": "Bearer " } } } } No credential yet? Connect without the header and call the signup tool: it emails your human a button, and the claim tool hands back the credential once they have clicked it. Locally instead, over stdio: npx -y @gagarin-cloud/mcp The CLI, which can also build and push: https://github.com/gagarin-cloud/gg Documentation: https://gagarin.cloud/docs