← Back to Plugins
MCP Server MCP

gjalla

github By github 👁 3 views ▲ 0 votes

Production-readiness for your AI coding agents.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://gjalla.io/mcp/stream",
      "headers": [
        {
          "description": "Bearer <gjalla agent API key>. Generate one at https://gjalla.io/account/api-keys.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...