Skip to content
Grok

maven tools mcp for Grok

io.github.arvindand/maven-tools-mcp

JVM dependency intelligence for AI assistants via Maven Central

client:Grok transport:stdio runtime:oci

Install maven tools mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "maven-tools-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/arvindand/maven-tools-mcp:latest"
      ]
    }
  }
}

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

maven tools mcp in other clients