Skip to content
Grok

devops mcp for Grok

io.github.neetpatel/devops-mcp

An MCP server that provides DevOps and DevSecOps context for the project

client:Grok transport:stdio runtime:pypi

Install devops mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "devops-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-memory-server"
      ]
    }
  }
}

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

devops mcp in other clients