OpsLevel MCP Server
About
Interact with your OpsLevel account using read-only access.
Details
- Author
- OpsLevel
- GitHub stars
- 11
- Downloads
- 240
- Categories
- Developer Tools, Infrastructure, API, Other
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
OpsLevel MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





