OP

OpsLevel

Created 6 months ago

MCP server for interacting with OpsLevel account.

development documentation public

What is OpsLevel?

Official MCP Server for [OpsLevel](https://www.opslevel.com).

Documentation

OpsLevel MCP Server

This MCP (Model Context Protocol) server provides AIs with tools to interact with your OpsLevel account.

Features

Currently, the MCP server only uses read-only access to your OpsLevel account and can read data from the following resources:

  • Actions
  • Campaigns
  • Checks
  • Components
  • Documentation (API & Tech Docs)
  • Domains
  • Filters
  • Infrastructure
  • Repositories
  • Systems
  • Teams
  • Users

Setup

  1. Install the MCP Server
    1. Homebrew - brew install opslevel/tap/opslevel-mcp
    2. Docker - docker pull public.ecr.aws/opslevel/mcp:latest
    3. Manual - Visit our GitHub releases page and download the binary for your operating system.
  2. You will need an API Token to authorize the MCP Server to talk to your account via an environment variable.
  3. Setup MCP configuration for the AI tool of your choice.

Server Config

{
  "mcpServers": {
    "opslevel-server": {
      "command": "npx",
      "args": [
        "opslevel"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: OpsLevel Team
Category: official
License: MIT
Tags:
development documentation public