maven tools mcp for Cursor
io.github.arvindand/maven-tools-mcp
JVM dependency intelligence for AI assistants via Maven Central
client:Cursor
transport:stdio
runtime:oci
Install maven tools mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"maven-tools-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/arvindand/maven-tools-mcp:latest"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs