Skip to content
Back to search
100
MCP live MCP 2025-11-25 sse

io.opsera/opsera

io.opsera/opsera

Opsera AI Agent MCP server providing authenticated DevOps automation over SSE

Uptime
100.0%
1 direct probes · 30d
Response
2803ms
last probe
Tools
10
callable
Resources
2
readable
Prompts
3
available

Tools · 10

opsera_groups

Group management: list, get, create, delete, get_memberships, add/remove/patch members. See docs/API_REFERENCE.md.

opsera_insights

Insights: dashboards, filters, audit logs, KPIs, tool mappings. See docs/API_REFERENCE.md for all operations.

opsera_mappings

Data mappings: list, get, create, update. See docs/API_REFERENCE.md.

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=artifa…

opsera_projects

Projects: list, get, create, update. See docs/API_REFERENCE.md for operations.

opsera_reports_and_logs

Reports and logs: reports_tasks_created, reports_pipelines_created, logs_audit_user, logs_task. See docs/API_REFERENCE.md.

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 ful…

opsera_tasks

Tasks: list, create, status, lookup; lifecycle mutations via operation=action (run, stop, create, update, status). See docs/API_REFERENCE.md.

opsera_tools

Tools & registry: identifiers, registry, scm_repositories, scm_branches, registry_configurations. See docs/API_REFERENCE.md.

opsera_users

User management: get_current, get, list, create, delete. See docs/API_REFERENCE.md.

Resources · 2

API Reference

Complete Opsera MCP API reference — maps each tool and operation to HTTP method, path, and parameters

docs:api-reference
Tool Operations Quick Reference

Concise list of all MCP tools and their available operations

docs:tool-operations

Prompts · 3

create_pipeline

Step-by-step guide for creating an Opsera CI/CD pipeline using the Micro-planner pattern

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.)

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.opsera/opsera": {
      "url": "https://agent.opsera.io/mcp",
      "transport": "sse"
    }
  }
}