Openlane MCP Server for Grok
io.github.gregdog/mcp-server-theopenlane
MCP server for Openlane GRC: controls, evidence, policies, risks, workflows, and approvals.
client:Grok
transport:stdio
runtime:oci
Install Openlane MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-theopenlane": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/gregdog/mcp-server-theopenlane:v0.7.1"
],
"env": {
"OPENLANE_API_TOKEN": "<OPENLANE_API_TOKEN>",
"OPENLANE_ORGANIZATION_ID": "<OPENLANE_ORGANIZATION_ID>",
"OPENLANE_BASE_URL": "<OPENLANE_BASE_URL>",
"OPENLANE_ALLOW_WRITE": "<OPENLANE_ALLOW_WRITE>",
"OPENLANE_ALLOW_DELETE": "<OPENLANE_ALLOW_DELETE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs