# 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, 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: validate, step_metadata, pipeline_run_notification, settings_demo, settings_source, templates_list, templates_get; and pipeline actions (operation=action). Create uses Micro-planner (tiny DAG): (1) Identify steps from user or registry, design DAG; suggest scan/security (code-scan, security-gate, compliance-sec, container-scan or Git Custodian/Grype if none); suggest approval gates for production deploys; display flow and GET USER CONFIRMATION. (2) Get step_metadata per step, fill fields, ALWAYS ask user when not derivable; use registry only when step metadata requires it. (3) Build JSON and call create pipeline action. Full workflow: docs/API_REFERENCE.md § opsera_pipelines. 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 - Search, data and settings: search, org_hierarchy, settings_tasks, actions. See docs/API_REFERENCE.md. Endpoint: https://agent.opsera.io/mcp
- opsera_tasks - Tasks: list, create, create_batch, task_status, tasks_lookup, tasks_status; and task actions (status, create, update, run, stop) via POST /api/v2/actions. 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 user, get by id, 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
