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
- Install the MCP Server
- Homebrew -
brew install opslevel/tap/opslevel-mcp - Docker -
docker pull public.ecr.aws/opslevel/mcp:latest - Manual - Visit our GitHub releases page and download the binary for your operating system.
- Homebrew -
- You will need an API Token to authorize the MCP Server to talk to your account via an environment variable.
- Setup MCP configuration for the AI tool of your choice.
Server Config
{
"mcpServers": {
"opslevel-server": {
"command": "npx",
"args": [
"opslevel"
]
}
}
}
Links & Status
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