streamable-httpupdated 1mo ago
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.
Was kannst du mit OpsLevel machen?
OpsLevel Remote MCP Server
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:
Installation
OpsLevel zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http opslevel https://app.opslevel.com/mcpcodex mcp add opslevel --url https://app.opslevel.com/mcp{
"mcpServers": {
"opslevel": {
"url": "https://app.opslevel.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"opslevel": {
"type": "http",
"url": "https://app.opslevel.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"opslevel": {
"url": "https://app.opslevel.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"opslevel": {
"serverUrl": "https://app.opslevel.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege16/25
- Vertrauen9/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 31 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.1Aktuell | 31. Juli 2026 |
| 0.1.0 | 9. Juli 2026 |