OpsLevel MCP Server

by OpsLevel

11 stars
240 downloads
Not rated
GitHub

About

Interact with your OpsLevel account using read-only access.

Details

Author
OpsLevel
GitHub stars
11
Downloads
240
Categories
Developer Tools, Infrastructure, API, Other

- Read-only access to OpsLevel account data
- Access to actions, campaigns, checks, and components
- Query component dependencies and dependents
- Retrieve documentation, domains, filters, and infrastructure
- List repositories, systems, teams, and users

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name OpsLevel MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Homebrew (brew install opslevel/tap/opslevel-mcp), Docker (docker pull public.ecr.aws/opslevel/mcp:latest), or download a binary from GitHub releases. Obtain an OpsLevel API Token and set it as the OPSLEVEL_API_TOKEN environment variable. Then configure your MCP client (Claude, VS Code, Cursor, Warp, or Windsurf) using the provided JSON configuration.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "opslevel mcp server": {
            "opslevel": {
                "command": "opslevel-mcp",
                "args": [],
                "env": {
                    "OPSLEVEL_API_TOKEN": "XXXXXX"
                },
                "start_on_launch": true
            }
        }
    }
}

McpServers

{
    "opslevel": {
        "command": "opslevel-mcp",
        "args": [],
        "env": {
            "OPSLEVEL_API_TOKEN": "XXXXXX"
        },
        "start_on_launch": true
    }
}

OpsLevel MCP Server

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

mcp_image

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.