mega-mcp
01MCP server Claude CodeCodexCursor +2
MCP server "mega-mcp" as configured in Anicodeth/mega-mcp. Runs locally from the mega-mcp npm package.
MCP server Claude CodeCodexCursor +2
MCP server "mega-mcp" as configured in Anicodeth/mega-mcp. Runs locally from the mega-mcp npm package.
MCP server Claude CodeCodexCursor +2
MCP server that feeds coding agents the REAL exported API surface and type signatures of any npm package@version — straight from its bundled .d.ts — so agents stop inventing functions that don't exist. Runs locally from the pkg-api-mcp npm package.
Anicodeth/breaking-changes-mcp
MCP server Claude CodeCodexCursor +2
MCP server that gives coding agents accurate, version-to-version breaking-change briefings for any npm package — so migrations stop being hallucinated. Runs locally from the breaking-changes-mcp npm package.
Anicodeth/installed-version-mcp
MCP server Claude CodeCodexCursor +2
MCP server that grounds coding agents on the dependency versions ACTUALLY installed in the current project — read from the lockfile and nodemodules — so they stop coding against a blend of every version. Runs locally from the installed-version-mcp npm package.
MCP server Claude CodeCodexCursor +2
MCP server that verifies an npm package name is real before a coding agent installs it — catching hallucinated ('slopsquat') package names and typosquats of popular packages, with age/downloads trust signals. Runs locally from the package-verify-mcp npm package.
Anicodeth/dependency-audit-mcp
MCP server Claude CodeCodexCursor +2
MCP server that lets a coding agent see how stale, deprecated, or risky a project's npm dependencies are — feed it a package.json and get a per-dependency freshness, deprecation, and license report. Runs locally from the dependency-audit-mcp npm package.