← Back to Plugins
MCP Server MCP

io.github.arvindand/maven-tools-mcp

github By github 👁 1 views ▲ 0 votes

JVM dependency intelligence for AI assistants via Maven Central

Homepage Verified source GitHub

Install

oci:docker.io/arvindand/maven-tools-mcp:latest

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/arvindand/maven-tools-mcp:latest",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Remove container after exit",
          "type": "named",
          "name": "--rm"
        },
        {
          "description": "Keep STDIN open for MCP stdio transport",
          "type": "named",
          "name": "-i"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...