Analysis updated 2026-05-18
Add GitHub, database, or filesystem MCP tools to Claude Code and Cursor at once without editing any JSON config files.
Set up a shared .mcpmrc file so all teammates have the same MCP servers configured after running one sync command.
Search the 1,000+ server registry and install a themed bundle for web development or AI integrations in seconds.
| azerdsq131/mcpm | atomicstrata/atomicmemory | crumbleerp/clarity | |
|---|---|---|---|
| Stars | 6 | 6 | 6 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 4/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
mcpm is a command-line tool that manages MCP servers across the AI coding tools on your machine. MCP, or Model Context Protocol, is the system that gives AI assistants like Claude, Cursor, or VS Code Copilot access to external capabilities: reading your files, querying databases, calling APIs, and more. Without a manager, adding or removing an MCP server means opening configuration files by hand for each tool separately. mcpm handles that for you. You install or remove a server with a single command, and mcpm automatically writes the correct configuration format for every AI client it detects on your system. It supports nine clients out of the box, including Claude Code, Cursor, VS Code Copilot, Windsurf, Zed, Gemini CLI, and several others. Servers can run as Node.js packages, Python tools, Docker containers, Go binaries, or Deno scripts, and mcpm knows how to launch each type correctly. The registry bundled with mcpm lists over 1,000 verified MCP servers. You can search it from the command line and install curated bundles grouped by theme, such as webdev, data, AI integrations, DevOps, or cloud provider APIs. A doctor command checks your installed servers for broken configurations and reports on their health. For teams, mcpm supports a project-level configuration file called .mcpmrc where you list the servers your project needs. A teammate clones the repo, runs mcpm sync, and their AI clients are configured to match. Before any write operation, mcpm saves a snapshot of the current config so you can roll back if something breaks. The package is published on npm as mcp-fleet. The license is MIT.
A CLI that installs and configures MCP servers across AI coding tools like Claude Code, Cursor, and VS Code in one command, with a 1,000+ server registry and team project syncing.
Mainly TypeScript. The stack also includes TypeScript, Node.js, npm.
Use, modify, and distribute freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.