MCP Directory

codebase-memory-mcp vs Maven Tools MCP Server

A side-by-side comparison of two Developer Tools servers — tools, transport, auth, maintenance, and copy-paste config for each.

 codebase-memory-mcp

Code intelligence engine that indexes repos into a persistent knowledge graph for AI coding agents.

Unverified
stdio (local)
No auth
C
Maven Tools MCP Server

Maven Central dependency intelligence for JVM build tools: versions, upgrades, CVEs, licenses, and POM-aware analysis.

Unverified
stdio (local)
No auth
Java
CategoryDeveloper ToolsDeveloper Tools
LanguageCJava
Transportstdio (local)stdio (local)
AuthNoneNone
GitHub stars16k27
Last commit1 month ago2 months ago
Verified
Actively maintained
Installcurl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bashdocker run -i --rm arvindand/maven-tools-mcp:latest
RepoOpen Open

Verdict

Pick codebase-memory-mcp if you prefer the more popular, battle-tested option, and you need the broadest set of tools.

Pick Maven Tools MCP Server if you prefer its approach (maven central dependency intelligence for jvm build tools: versions, upgrades, cves, licenses, and pom-aware analysis).

Add codebase-memory-mcp

Install / run
curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "codebase-memory-mcp": {
      "command": "/path/to/codebase-memory-mcp",
      "args": []
    }
  }
}

Add Maven Tools MCP Server

Install / run
docker run -i --rm arvindand/maven-tools-mcp:latest

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json

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

Requires Docker to be installed and running.

FAQ

codebase-memory-mcp or Maven Tools MCP Server — which is better?

Pick codebase-memory-mcp if you prefer the more popular, battle-tested option, and you need the broadest set of tools. Pick Maven Tools MCP Server if you prefer its approach (maven central dependency intelligence for jvm build tools: versions, upgrades, cves, licenses, and pom-aware analysis).

Can I use both codebase-memory-mcp and Maven Tools MCP Server?

Yes — MCP clients let you enable multiple servers at once. Add both configs to your client's mcpServers and use whichever tool fits the task.

Do codebase-memory-mcp and Maven Tools MCP Server work with Claude, Cursor and Windsurf?

Both do. Copy the per-client config below into Claude Desktop, Cursor, or Windsurf.