Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Official MCP Server for OpsLevel

README.md

<p align="center"> <a href="https://github.com/OpsLevel/opslevel-mcp/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/OpsLevel/opslevel-mcp.svg" alt="License" /></a> <a href="https://GitHub.com/OpsLevel/opslevel-mcp/releases/"> <img src="https://img.shields.io/github/v/release/OpsLevel/opslevel-mcp" alt="Release" /></a> <a href="https://masterminds.github.io/stability/active.html"> <img src="https://masterminds.github.io/stability/active.svg" alt="Stability: Active" /></a> <a href="https://github.com/OpsLevel/opslevel-mcp/graphs/contributors"> <img src="https://img.shields.io/github/contributors/OpsLevel/opslevel-mcp" alt="Contributors" /></a> <a href="https://github.com/OpsLevel/opslevel-mcp/pulse"> <img src="https://img.shields.io/github/commit-activity/m/OpsLevel/opslevel-mcp" alt="Activity" /></a> <a href="https://github.com/OpsLevel/opslevel-mcp/releases"> <img src="https://img.shields.io/github/downloads/OpsLevel/opslevel-mcp/total" alt="Downloads" /></a> <a href="https://app.opslevel.com/services/opslevel_mcp/maturity-report"> <img src="https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fapp.opslevel.com%2Fapi%2Fservice_level%2Fdlmj6PlFjehv6iLE6IQtEGXi_uz3LF9rA5nxb35wiY8" alt="Overall" /></a>

![Trust Score](https://archestra.ai/mcp-catalog/opslevel__opslevel-mcp) </p>

<p align="center"> <a href="https://glama.ai/mcp/servers/@OpsLevel/opslevel-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@OpsLevel/opslevel-mcp/badge" /> </a> </p>

OpsLevel MCP Server

[!WARNING] This self-hosted MCP server is deprecated. New users should prefer the hosted MCP server at https://app.opslevel.com/mcp, which requires no local install or binary management and stays automatically up to date. ### Using the hosted MCP server The hosted server uses OAuth — no API token, binary, or client secret to manage. For any AI tool that supports remote MCP servers, the only value you need to configure is the URL: ``json { "mcpServers": { "opslevel": { "url": "https://app.opslevel.com/mcp" } } } `` Your client discovers the OAuth configuration automatically and opens a browser for you to log in to OpsLevel and grant access. Notes: - Authentication is OAuth 2.1 (Dynamic Client Registration + authorization code with PKCE) — your MCP client handles this for you, including refreshing the short-lived access tokens. - The transport is streamable HTTP (not SSE). If your client asks, choose the HTTP / streamable-HTTP option. - Consult your AI tool's documentation for exactly where to add a remote MCP server.

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

!mcp_image

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
  • Component Dependencies (components that a component depends on)
  • Component Dependents (components that depend on a component)
  • Documentation (API & Tech Docs)
  • Domains
  • Filters
  • Infrastructure
  • Repositories
  • Systems
  • Teams
  • Users

Setup

  1. Install the MCP Server
  2. Homebrew - brew install opslevel/tap/opslevel-mcp
  3. Docker - docker pull public.ecr.aws/opslevel/mcp:latest

You can also used a pinned version check out the gallery for the available tags

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

Claude

Claude Desktop

  1. Edit the file at the specified path based on the Claude Desktop docs
  2. Mac OS - ${HOME}/Library/Application\ Support/Claude/claude_desktop_config.json
  3. Windows - %APPDATA%\Claude\claude_desktop_config.json
  4. Start (or restart) Claude Desktop
{
    "mcpServers": {
        "opslevel": {
            "command": "opslevel-mcp",
            "env": {
                "OPSLEVEL_API_TOKEN": "XXXXXXX"
            }
        }
    }
}

VS Code

VS Code User Settings

  1. Open the Settings menu (Command + Comma) and select the correct tab atop the page for your use case
  2. Workspace - configures the server in the context of your workspace
  3. User - configures the server in the context of your user
  4. Select Features → Chat
  5. Ensure that "Mcp" is Enabled
  6. You may need to have your Github administrator enable "preview" features in the CoPilot settings for the organization.
  7. Click "Edit in settings.json" under "Mcp > Discovery" to have the below config
  8. Can also edit the file directly
  9. (Mac OS) ${HOME}/Library/Application\\ Support/Code/User/settings.json
  10. Start (or restart) VS Code
{
    "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}"
                }
            }
        }
    }
}

Cursor

Cursor Docs

![Install MCP Server](cursor://anysphere.cursor-deeplink/mcp/install?name=opslevel&config=eyJjb21tYW5kIjoib3BzbGV2ZWwtbWNwIiwiZW52Ijp7Ik9QU0xFVkVMX0FQSV9UT0tFTiI6IlhYWFhYWCJ9fQ==)

  1. Open the Cursor menu and select Settings → Cursor Settings → MCP
  2. Click "Add new global MCP server"
  3. Add the config below
{
  "mcpServers": {
    "opslevel": {
      "command": "opslevel-mcp",  
      "env": {
        "OPSLEVEL_API_TOKEN": "XXXXXX"
      }
    }
  }
}

Warp

Warp

  1. Access your MCP settings under Settings > AI > Manage MCP Servers. Warp provides instructions for other ways to access this list.
  2. Press the add button
  3. Add the config below
{
  "opslevel": {
    "command": "opslevel-mcp",
    "args": [],
    "env": {
      "OPSLEVEL_API_TOKEN": "XXXXXX"
    },
    "start_on_launch": true
  }
}

Windsurf

Windsurf

  1. Navigate to Windsurf - Settings > Advanced Settings
  2. Scroll down to the Cascade section and you will find the option to add a new server
  3. Edit the mpc_config.json with the below configuration
  4. Restart Windsurf
{
  "mcpServers": {
    "opslevel": {
      "command": "opslevel-mcp",  
      "env": {
        "OPSLEVEL_API_TOKEN": "XXXXXX"
      }
    }
  }
}

Docker

If you didn't install the binary directly and instead pulled the docker image you'll need to adjust the above MCP configurations to support running the server via docker

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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.