Maven Decoder for Grok
io.github.salitaba/maven-decoder-mcp
Lets AI agents read the real source of any Maven dependency, decompiled from ~/.m2 or Central.
client:Grok
transport:stdio
runtime:npm
Install Maven Decoder in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"maven-decoder-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"maven-decoder-mcp"
],
"env": {
"MAVEN_REPOSITORY": "<MAVEN_REPOSITORY>",
"MAVEN_REMOTE_REPOS": "<MAVEN_REMOTE_REPOS>",
"MAVEN_REMOTE_USERNAME": "<MAVEN_REMOTE_USERNAME>",
"MAVEN_REMOTE_PASSWORD": "<MAVEN_REMOTE_PASSWORD>",
"MAVEN_OFFLINE": "<MAVEN_OFFLINE>",
"MAVEN_AUTO_DOWNLOAD": "<MAVEN_AUTO_DOWNLOAD>",
"MAVEN_DECODER_CACHE_DIR": "<MAVEN_DECODER_CACHE_DIR>"
}
}
}
}
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