OpsLevel Remote MCP Server
MCP serverDev toolsYour AI can answer questions about your engineering work by connecting to OpsLevel, your internal developer portal. Once added, it can look up services in your catalog, check maturity data, and pull up tech docs during a conversation.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding the app, connect it to your OpsLevel portal and try asking your AI to look up a service or check its maturity. The source code is available at github.com/opslevel/opslevel-mcp-remote.
Then ask your AI: use OpsLevel Remote MCP Server
What your AI can do with it
- Search your service catalog in OpsLevel
- Check maturity data for any service
- Find tech docs for your services
- Answer questions about your developer portal in plain language
From the project's README
As published by opslevel/opslevel-mcp-remote in README.md.
The official remote Model Context Protocol server for OpsLevel. It securely connects your IDE, LLM, or agent platform to your OpsLevel account, giving AI tools read-only access to your software catalog and service maturity data.
Note: This is a remote, hosted service — there is no code to run from this repository.
What it does
Once connected, an AI agent can query your OpsLevel data (read-only) to answer questions and assist with workflows, including:
- Software catalog — components/services, systems, and domains
- Ownership — teams, users, and contact methods
- Service maturity — checks, campaigns, and maturity levels
- Dependencies — what a component depends on, and what depends on it
- Repositories & infrastructure — git repos and cloud infrastructure resources
- Documentation — runbooks, API docs, and READMEs attached to components
Configuration
The server is remote and hosted — no install or binary required. Connect your client to:
https://app.opslevel.com/mcp
Authentication uses OAuth; your client will prompt you to sign in to OpsLevel on first connection.
Example client configuration:
{
"servers": {
"opslevel": {
"type": "http",
"url": "https://app.opslevel.com/mcp"
}
}
}
For step-by-step setup in specific clients (VS Code / Copilot, Claude, Cursor, and others), see the documentation below.
Usage
After connecting, ask your AI assistant natural-language questions about your OpsLevel data — the catalog, ownership, maturity, dependencies, and more listed above. See the documentation for detailed guides and examples.
Documentation
Full setup, authentication, and capabilities:
Signals
- Last commit
- Jul 2026
Advanced
- Delivery
- mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
com-opslevel-mcp- Source
- github.com/opslevel/opslevel-mcp-remote
- Hosted endpoint
https://app.opslevel.com/mcp