# opsera MCP server

Opsera AI Agent MCP server providing authenticated DevOps automation over SSE

## Links
- Registry page: https://www.getdrio.com/mcp/io-opsera-opsera
- Repository: https://github.com/OpseraEngineering/opsera-ai
- Website: https://docs.opsera.io

## Install
- Endpoint: https://agent.opsera.io/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://agent.opsera.io/mcp
- Header: Authorization

## Tools
- opsera_groups - Group management: list, get, create, delete, get_memberships, add/remove/patch members. See docs/API_REFERENCE.md. Endpoint: https://agent.opsera.io/mcp
- opsera_insights - Insights: dashboards, filters, audit logs, KPIs, tool mappings. See docs/API_REFERENCE.md for all operations. Endpoint: https://agent.opsera.io/mcp
- opsera_mappings - Data mappings: list, get, create, update. See docs/API_REFERENCE.md. Endpoint: https://agent.opsera.io/mcp
- opsera_pipelines - 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=artifacts by default). Do not call get afterward. security_audit: find pipelines with disabled security steps; set includeStats=true to include each pipeline average/min/max run duration. runs_stats: average/min/max run duration for one pipelineId or batch pipelineIds (no security filter). get with view=security audits one known pipeline; get without view is full config (large). list is a lightweight catalog. list_runs is recent run timing. action runs mutations. See docs/API_REFERENCE.md. Endpoint: https://agent.opsera.io/mcp
- opsera_projects - Projects: list, get, create, update. See docs/API_REFERENCE.md for operations. Endpoint: https://agent.opsera.io/mcp
- opsera_reports_and_logs - Reports and logs: reports_tasks_created, reports_pipelines_created, logs_audit_user, logs_task. See docs/API_REFERENCE.md. Endpoint: https://agent.opsera.io/mcp
- opsera_search_data_settings - 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 full stage configuration (use opsera_pipelines for those). org_hierarchy and settings_tasks for organizational mapping and task configuration updates. See docs/API_REFERENCE.md. Endpoint: https://agent.opsera.io/mcp
- opsera_tasks - Tasks: list, create, status, lookup; lifecycle mutations via operation=action (run, stop, create, update, status). See docs/API_REFERENCE.md. Endpoint: https://agent.opsera.io/mcp
- opsera_tools - Tools & registry: identifiers, registry, scm_repositories, scm_branches, registry_configurations. See docs/API_REFERENCE.md. Endpoint: https://agent.opsera.io/mcp
- opsera_users - User management: get_current, get, list, create, delete. See docs/API_REFERENCE.md. Endpoint: https://agent.opsera.io/mcp

## Resources
- docs:api-reference - Complete Opsera MCP API reference — maps each tool and operation to HTTP method, path, and parameters MIME type: text/markdown
- docs:tool-operations - Concise list of all MCP tools and their available operations MIME type: text/plain

## Prompts
- create_pipeline - Step-by-step guide for creating an Opsera CI/CD pipeline using the Micro-planner pattern Arguments: description
- discover_tools - Guide for discovering available Opsera pipeline step types and configured tool registries
- search_opsera - Guide for searching across Opsera resources (pipelines, tasks, tools, etc.) Arguments: query

## Metadata
- Owner: io.opsera
- Version: 0.5.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Oct 10, 2025
- Source: https://registry.modelcontextprotocol.io
