by OpsLevel
Provides AI tools with read‑only access to OpsLevel resources such as actions, campaigns, checks, components, documentation, domains, filters, infrastructure, repositories, systems, teams, and users, enabling conversational agents to retrieve service and infrastructure data.
The server exposes OpsLevel data through the Model Context Protocol (MCP), allowing AI assistants (Claude, VS Code Copilot, Cursor, Warp, Windsurf, etc.) to query your OpsLevel account without requiring write permissions.
brew install opslevel/tap/opslevel-mcp
), Docker (docker pull public.ecr.aws/opslevel/mcp:latest
), or download a release from GitHub.OPSLEVEL_API_TOKEN
environment variable.opslevel-mcp
(or the Docker command) and passes the token via env
.Q: Do I need write permissions for the API token? A: No. The server only performs read‑only operations, so a token with read access to the listed resources is sufficient.
Q: Can I run the server inside Docker?
A: Yes. Pull the image public.ecr.aws/opslevel/mcp:latest
and use the Docker command shown in the README for MCP configuration.
Q: Which AI tools are supported? A: Claude Desktop, VS Code Copilot, Cursor, Warp, Windsurf, and any MCP‑compatible client.
Q: How do I update the server?
A: Use the same install method you originally chose (e.g., brew upgrade opslevel-mcp
or pull the latest Docker tag).
Q: What happens if my token expires?
A: The server will return authentication errors; refresh the token and update the OPSLEVEL_API_TOKEN
environment variable.
This MCP (Model Context Protocol) server provides AIs with tools to interact with your OpsLevel account.
Currently, the MCP server only uses read-only access to your OpsLevel account and can read data from the following resources:
brew install opslevel/tap/opslevel-mcp
docker pull public.ecr.aws/opslevel/mcp:latest
${HOME}/Library/Application\ Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"opslevel": {
"command": "opslevel-mcp",
"env": {
"OPSLEVEL_API_TOKEN": "XXXXXXX"
}
}
}
}
${HOME}/Library/Application\\ Support/Code/User/settings.json
{
"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}"
}
}
}
}
}
{
"mcpServers": {
"opslevel": {
"command": "opslevel-mcp",
"env": {
"OPSLEVEL_API_TOKEN": "XXXXXX"
}
}
}
}
{
"opslevel": {
"command": "opslevel-mcp",
"args": [],
"env": {
"OPSLEVEL_API_TOKEN": "XXXXXX"
},
"start_on_launch": true
}
}
{
"mcpServers": {
"opslevel": {
"command": "opslevel-mcp",
"env": {
"OPSLEVEL_API_TOKEN": "XXXXXX"
}
}
}
}
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"
],
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.