logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

opslevel-developer-operations-connector

MCP service facilitating secure integration between artificial intelligence agents and the OpsLevel Internal Developer Portal, designed to expedite developer workflows and grant immediate access to diverse platform capabilities.

Author

opslevel-developer-operations-connector logo

OpsLevel

MIT License

Quick Info

GitHub GitHub Stars 8
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

opslevelmcpaiopslevel mcptools opslevelopslevel internal

License Release Stability: Active Contributors Activity Downloads Overall [![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/opslevel/opslevel-mcp)](https://archestra.ai/mcp-catalog/opslevel__opslevel-mcp)

badge

OpsLevel MCP Endpoint

This MCP (Model Context Protocol) facility furnishes AI entities with operational instruments to interface directly with your organization's OpsLevel environment.

mcp_image

Key Capabilities

Presently, this MCP endpoint exclusively employs read-only permissions against your OpsLevel tenancy, allowing retrieval of data pertaining to the subsequent structural elements:

  • Workflow Triggers (Actions)
  • Service Level Objectives (Campaigns)
  • Quality Gates (Checks)
  • Service Definitions (Components)
  • Informational Artifacts (Documentation, encompassing API and Technical Documents)
  • Service Groupings (Domains)
  • Query Definitions (Filters)
  • Infrastructure Inventories
  • Code Repositories
  • Interconnected Systems (Systems)
  • Organizational Units (Teams)
  • Personnel Records (Users)

Deployment Guide

  1. Install the MCP Server Binary
  2. Using Homebrew - Execute: brew install opslevel/tap/opslevel-mcp
  3. Via Docker Container - Pull the image: docker pull public.ecr.aws/opslevel/mcp:latest
    Alternatively, leverage a specific version; consult the registry gallery for available tags
  4. Manual Acquisition - Obtain the executable for your target operating system from our GitHub releases repository.
  5. Authorization Prerequisite: Secure an OpsLevel API Access Credential and configure it via an environment variable to permit authenticated communication with the MCP Server.
  6. Configure the MCP integration settings within your chosen AI client application.

Integration with Claude

For use with Claude Desktop

  1. Modify the configuration file located at the path specified by the Claude Desktop documentation:
  2. macOS Users - Path: ${HOME}/Library/Application\ Support/Claude/claude_desktop_config.json
  3. Windows Users - Path: %APPDATA%\Claude\claude_desktop_config.json
  4. Initiate (or refresh the session of) the Claude Desktop application.
{
    "mcpServers": {
        "opslevel": {
            "command": "opslevel-mcp",
            "env": {
                "OPSLEVEL_API_TOKEN": "XXXXXXX"
            }
        }
    }
}

Integration with VS Code

Reference: VS Code User Settings Documentation

  1. Navigate to the Settings interface (keyboard shortcut: Command + Comma) and select the scope appropriate for your needs:
  2. Workspace Level: Scopes the server configuration to the current project directory.
  3. User Level: Scopes the server configuration globally for the user profile.
  4. Navigate to the Features → Chat settings section.
  5. Verify that the "Mcp" feature is switched to the Enabled state.
  6. Note: Access to this may require your GitHub organization administrator to enable "preview" features within Copilot settings.
  7. Select "Edit in settings.json" under the "Mcp > Discovery" setting block to insert the following block, or edit the file directly:
    1. File Location (Mac OS Example): ${HOME}/Library/Application\ Support/Code/User/settings.json
{
    "chat.agent.enabled": true,
    "chat.mcp.discovery.enabled": true,
    "mcp": {
        "inputs": [
          {
            "type": "promptString",
            "id": "opslevel_token",
            "description": "OpsLevel API Token",
            "password": true
          }
        ],
        "servers": {
            "opslevel": {
                "type": "stdio",
                "command": "opslevel-mcp",
                "env": {
                    "OPSLEVEL_API_TOKEN": "${input:opslevel_token}"
                }
            }
        }
    }
}

Integration with Cursor

Documentation: Cursor Context Settings

Install MCP Server

  1. Access the Cursor application menu, proceed to Settings → Cursor Settings, and choose the MCP configuration area.
  2. Initiate the process to add a new global MCP entry.
  3. Input the subsequent configuration structure:
{
  "mcpServers": {
    "opslevel": {
      "command": "opslevel-mcp",  
      "env": {
        "OPSLEVEL_API_TOKEN": "XXXXXX"
      }
    }
  }
}

Integration with Warp Terminal

Reference: Warp Documentation

  1. Access the MCP configuration panel via Settings > AI > Manage MCP Servers. Warp offers alternative navigation methods.
  2. Utilize the 'Add' button to introduce a new server entry.
  3. Integrate the following configuration block:
{
  "opslevel": {
    "command": "opslevel-mcp",
    "args": [],
    "env": {
      "OPSLEVEL_API_TOKEN": "XXXXXX"
    },
    "start_on_launch": true
  }
}

Integration with Windsurf

Reference: Windsurf Application

  1. In the Windsurf interface, navigate to Settings > Advanced Settings.
  2. Scroll to the Cascade section where the option to define a new server resides.
  3. Update the configuration file, specifically [mpc_config.json](https://docs.windsurf.com/windsurf/mcp#mcp-config-json), using the structure provided below.
  4. Relaunch the Windsurf client to apply changes.
{
  "mcpServers": {
    "opslevel": {
      "command": "opslevel-mcp",  
      "env": {
        "OPSLEVEL_API_TOKEN": "XXXXXX"
      }
    }
  }
}

Docker Image Deployment Caveat

Should you opt to utilize the pulled Docker image instead of a directly installed binary, the preceding configuration snippets require modification to invoke the container runtime:

        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "OPSLEVEL_API_TOKEN",
          "public.ecr.aws/opslevel/mcp:latest"
        ],

WIKIPEDIA: Business management tools encompass the totality of systems, application suites, regulatory controls, computational methodologies, and frameworks utilized by enterprises to successfully navigate dynamic marketplaces, maintain competitive standing, and elevate overall organizational performance.

== General Context == Management resources are often segmented according to an organization's functional departments, allowing for classification across various operational facets such as: strategic planning instruments, workflow optimization utilities, data record-keeping solutions, human capital management applications, analytical decision support systems, oversight and auditing apparatus, and more. A functional taxonomy might categorize these tools based on core aspects:

Utilities designed for data intake and verification across any unit. Software aimed at monitoring and refining core operational procedures. Platforms supporting data aggregation and high-level strategic determinations. Modern management solutions have undergone rapid transformation in the preceding decade, driven by swift technological proliferation. This velocity makes selecting the optimal suite of business tools for any given corporate scenario increasingly complex. This difficulty stems from continuous pressure to reduce operational expenditures while simultaneously maximizing revenue realization, coupled with the imperative to deeply comprehend consumer desires and deliver products meeting those specifications through preferred delivery channels. Within this environment, executives must adopt a forward-looking, strategic stance regarding business management technology acquisition, rather than merely chasing the newest release. Frequently, leadership deploys novel tools without sufficient internal tailoring, resulting in systemic instability. Consequently, organizational management utilities must be selected with meticulous care, subsequently customized precisely to the enterprise's unique operational mandates, reversing the common practice of forcing business processes to conform to the software's inherent structure.

== Prevalent Instruments (2013 Survey Snapshot) == A 2013 assessment by Bain & Company documented the global adoption patterns of business instruments, revealing how their yielded benefits aligned with regional requirements, factoring in economic downturns and prevailing market conditions. The ten most frequently cited categories included:

Strategic planning frameworks Client relationship administration suites (CRM) Personnel sentiment evaluation mechanisms Competitive assessment procedures (Benchmarking) Performance measurement systems (Balanced Scorecard) Core organizational capabilities identification Business function outsourcing strategies Organizational transformation deployment programs Product distribution network administration (SCM) Formalized articulation of organizational purpose and aspiration (Mission/Vision Statements) Client base stratification techniques Comprehensive quality assurance methodologies (TQM)

== Enterprise Software Applications == A computer program or suite of interconnected programs employed by personnel across a business to execute diverse organizational functions is termed business software (or an enterprise application). These applications are instrumental in augmenting productivity levels, accurately quantifying operational throughput, and executing other corporate mandates with precision. The lineage extends from rudimentary Management Information Systems (MIS) through to comprehensive Enterprise Resource Planning (ERP) installations. Subsequently, Customer Relationship Management (CRM) functionalities were integrated, culminating in the current paradigm of cloud-hosted business governance platforms. Although a demonstrable link exists between Information Technology investments and organizational success metrics, two critical determinants elevate the value derived: the efficacy of the implementation project itself, and the diligence applied during the tool selection and subsequent adaptation procedure.

== Solutions Tailored for Small and Medium Enterprises (SMEs) == Resources specifically engineered for SMEs are crucial as they furnish mechanisms to curtail ex

See Also

`