io.opsera/opsera
io.opsera/opseraOpsera AI Agent MCP server providing authenticated DevOps automation over SSE
Tools · 10
Group management: list, get, create, delete, get_memberships, add/remove/patch members. See docs/API_REFERENCE.md.
Insights: dashboards, filters, audit logs, KPIs, tool mappings. See docs/API_REFERENCE.md for all operations.
Data mappings: list, get, create, update. See docs/API_REFERENCE.md.
Pipelines: monitor runs, security audit, run duration stats, configuration, templates, and lifecycle actions. Execution questions (image tag, artifact, commit SHA): list_runs then get_run (view=artifa…
Projects: list, get, create, update. See docs/API_REFERENCE.md for operations.
Reports and logs: reports_tasks_created, reports_pipelines_created, logs_audit_user, logs_task. See docs/API_REFERENCE.md.
Cross-entity discovery and platform settings. search finds pipeline, task, or registry records by name or ID and returns lightweight metadata only — not execution history, artifacts, durations, or ful…
Tasks: list, create, status, lookup; lifecycle mutations via operation=action (run, stop, create, update, status). See docs/API_REFERENCE.md.
Tools & registry: identifiers, registry, scm_repositories, scm_branches, registry_configurations. See docs/API_REFERENCE.md.
User management: get_current, get, list, create, delete. See docs/API_REFERENCE.md.
Resources · 2
Complete Opsera MCP API reference — maps each tool and operation to HTTP method, path, and parameters
docs:api-reference
Concise list of all MCP tools and their available operations
docs:tool-operations
Prompts · 3
Step-by-step guide for creating an Opsera CI/CD pipeline using the Micro-planner pattern
Guide for discovering available Opsera pipeline step types and configured tool registries
Guide for searching across Opsera resources (pipelines, tasks, tools, etc.)
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.opsera/opsera": {
"url": "https://agent.opsera.io/mcp",
"transport": "sse"
}
}
}