← Back to Plugins
MCP Server MCP

io.opsera/opsera

github By github 👁 2 views ▲ 0 votes

Opsera AI Agent MCP server providing authenticated DevOps automation over SSE

Configuration Example

{
  "remotes": [
    {
      "type": "sse",
      "url": "https://agent.opsera.io/mcp",
      "headers": [
        {
          "description": "Bearer token for authenticated access",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol sse

Comments

Sign in to leave a comment

Loading comments...