Loading MCP server directory, please wait...
MCP server for Openlane GRC: controls, evidence, policies, risks, workflows, and approvals.
npx @getmcp/cli add io.github.GregDog/mcp-server-theopenlaneRequires Docker Engine. Community-contributed server. Review source before installing.
OPENLANE_API_TOKENOpenlane API token or PAT
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.GregDog/mcp-server-theopenlane": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"OPENLANE_API_TOKEN",
"-e",
"OPENLANE_ORGANIZATION_ID",
"-e",
"OPENLANE_BASE_URL",
"-e",
"OPENLANE_ALLOW_WRITE",
"-e",
"OPENLANE_ALLOW_DELETE",
"ghcr.io/gregdog/mcp-server-theopenlane:v0.5.2",
"serve"
],
"env": {
"OPENLANE_API_TOKEN": "",
"OPENLANE_ORGANIZATION_ID": "",
"OPENLANE_BASE_URL": "https://api.theopenlane.io",
"OPENLANE_ALLOW_WRITE": "false",
"OPENLANE_ALLOW_DELETE": "false"
}
}
}
}