Openlane MCP Server
Rank #12,596io.github.GregDog/mcp-server-theopenlane
MCP server for Openlane GRC: controls, evidence, policies, risks, workflows, and approvals.
Openlane MCP Server is a Model Context Protocol (MCP) server published by GregDog. It ranks #12,596 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Openlane MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Sep 2, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 119,517 of 132,113 servers on MCP Toplist.
Use Openlane MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-theopenlane -e "OPENLANE_API_TOKEN=<your OPENLANE_API_TOKEN>" -e "OPENLANE_ORGANIZATION_ID=<your OPENLANE_ORGANIZATION_ID>" -e "OPENLANE_BASE_URL=<your OPENLANE_BASE_URL>" -e "OPENLANE_ALLOW_WRITE=<your OPENLANE_ALLOW_WRITE>" -e "OPENLANE_ALLOW_DELETE=<your OPENLANE_ALLOW_DELETE>" -- docker run -i --rm ghcr.io/gregdog/mcp-server-theopenlane:v0.5.2 serveReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-theopenlane]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/gregdog/mcp-server-theopenlane:v0.5.2", "serve"]
[mcp_servers.mcp-server-theopenlane.env]
OPENLANE_API_TOKEN = "<your OPENLANE_API_TOKEN>"
OPENLANE_ORGANIZATION_ID = "<your OPENLANE_ORGANIZATION_ID>"
OPENLANE_BASE_URL = "<your OPENLANE_BASE_URL>"
OPENLANE_ALLOW_WRITE = "<your OPENLANE_ALLOW_WRITE>"
OPENLANE_ALLOW_DELETE = "<your OPENLANE_ALLOW_DELETE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-theopenlane": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gregdog/mcp-server-theopenlane:v0.5.2",
"serve"
],
"env": {
"OPENLANE_API_TOKEN": "<your OPENLANE_API_TOKEN>",
"OPENLANE_ORGANIZATION_ID": "<your OPENLANE_ORGANIZATION_ID>",
"OPENLANE_BASE_URL": "<your OPENLANE_BASE_URL>",
"OPENLANE_ALLOW_WRITE": "<your OPENLANE_ALLOW_WRITE>",
"OPENLANE_ALLOW_DELETE": "<your OPENLANE_ALLOW_DELETE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-theopenlane": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gregdog/mcp-server-theopenlane:v0.5.2",
"serve"
],
"env": {
"OPENLANE_API_TOKEN": "<your OPENLANE_API_TOKEN>",
"OPENLANE_ORGANIZATION_ID": "<your OPENLANE_ORGANIZATION_ID>",
"OPENLANE_BASE_URL": "<your OPENLANE_BASE_URL>",
"OPENLANE_ALLOW_WRITE": "<your OPENLANE_ALLOW_WRITE>",
"OPENLANE_ALLOW_DELETE": "<your OPENLANE_ALLOW_DELETE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-theopenlane": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gregdog/mcp-server-theopenlane:v0.5.2",
"serve"
],
"env": {
"OPENLANE_API_TOKEN": "<your OPENLANE_API_TOKEN>",
"OPENLANE_ORGANIZATION_ID": "<your OPENLANE_ORGANIZATION_ID>",
"OPENLANE_BASE_URL": "<your OPENLANE_BASE_URL>",
"OPENLANE_ALLOW_WRITE": "<your OPENLANE_ALLOW_WRITE>",
"OPENLANE_ALLOW_DELETE": "<your OPENLANE_ALLOW_DELETE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-theopenlane": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gregdog/mcp-server-theopenlane:v0.5.2",
"serve"
],
"env": {
"OPENLANE_API_TOKEN": "<your OPENLANE_API_TOKEN>",
"OPENLANE_ORGANIZATION_ID": "<your OPENLANE_ORGANIZATION_ID>",
"OPENLANE_BASE_URL": "<your OPENLANE_BASE_URL>",
"OPENLANE_ALLOW_WRITE": "<your OPENLANE_ALLOW_WRITE>",
"OPENLANE_ALLOW_DELETE": "<your OPENLANE_ALLOW_DELETE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-theopenlane": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gregdog/mcp-server-theopenlane:v0.5.2",
"serve"
],
"env": {
"OPENLANE_API_TOKEN": "<your OPENLANE_API_TOKEN>",
"OPENLANE_ORGANIZATION_ID": "<your OPENLANE_ORGANIZATION_ID>",
"OPENLANE_BASE_URL": "<your OPENLANE_BASE_URL>",
"OPENLANE_ALLOW_WRITE": "<your OPENLANE_ALLOW_WRITE>",
"OPENLANE_ALLOW_DELETE": "<your OPENLANE_ALLOW_DELETE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.GregDog%2Fmcp-server-theopenlane)<a href="https://mcptoplist.com/server/io.github.GregDog%2Fmcp-server-theopenlane"><img src="https://mcptoplist.com/badge/io.github.GregDog%2Fmcp-server-theopenlane.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
GregDog
Other servers by GregDog
View all GregDog servers →Available versions (1)
| Version | Published |
|---|---|
| 0.5.2 | Sep 2, 2026 |
Frequently asked questions
- Who maintains Openlane MCP Server?
- Openlane MCP Server is maintained by GregDog, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Openlane MCP Server listed on the Official MCP Registry?
- Yes — Openlane MCP Server is listed on the Official MCP Registry.
- How many versions does Openlane MCP Server have?
- MCP Toplist tracks 1 version of Openlane MCP Server, most recently published on Sep 2, 2026.
- Where can I find the source code for Openlane MCP Server?
- The source code for Openlane MCP Server is hosted at github.com/GregDog/mcp-server-theopenlane.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.