1. Conduid
  2. Developer Tools
  3. Manager
MCP server · Developer Tools

Manager

CLI tool for managing Model Context Protocol (MCP) servers in one place & using them across them different clients

62Good

Scored yesterday · breakdown

About Manager

Manager is an MCP server published by nstebbins in the Developer Tools category: cLI tool for managing Model Context Protocol (MCP) servers in one place & using them across them different clients. It has been installed 0 times through Conduid.

The repository has 25 stars and 2 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-manager

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Manager

Powered by Claude · Grounded in docs

I know everything about Manager. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.2.8Release v0.2.8 · 23 Apr 2025[0.2.8](https://github.com/nstebbins/mcp-manager/compare/v0.2.7...v0.2.8) (2025-04-23) Bug Fixes docs bump ([7e3afeb](https://github.com/nstebbins/mcp-manager/commit/7e3afebd318a2da94739258319cf7bfc7d5652ff))
v0.2.7Release v0.2.7 · 23 Apr 2025[0.2.7](https://github.com/nstebbins/mcp-manager/compare/v0.2.6...v0.2.7) (2025-04-23) Bug Fixes readme ([19f6cc7](https://github.com/nstebbins/mcp-manager/commit/19f6cc77388fc796ff9bb5af002b1e923cbec20b))
v0.2.6Release v0.2.6 · 23 Apr 2025[0.2.6](https://github.com/nstebbins/mcp-manager/compare/v0.2.5...v0.2.6) (2025-04-23) Bug Fixes readme ([b0d3ebb](https://github.com/nstebbins/mcp-manager/commit/b0d3ebb70cb7e156930b05b9a455196119521d18))
v0.2.5Release v0.2.5 · 23 Apr 2025[0.2.5](https://github.com/nstebbins/mcp-manager/compare/v0.2.4...v0.2.5) (2025-04-23) Bug Fixes dependencies in server info ([9f8570d](https://github.com/nstebbins/mcp-manager/commit/9f8570d98c131ac9bdd24cedf71c06b0aeebaf57))
v0.2.4Release v0.2.4 · 23 Apr 2025[0.2.4](https://github.com/nstebbins/mcp-manager/compare/v0.2.3...v0.2.4) (2025-04-23) Bug Fixes dependencies in server info ([7e8db97](https://github.com/nstebbins/mcp-manager/commit/7e8db97310f7d0b666219c1e89a5d8edf3fb3292))

README

MCP Manager

Version Python Tests

A CLI tool that makes MCP server management across Claude Desktop, Cursor, and more dead simple.

InstallationQuick StartAvailable ServersSupported MCP Clients

🚀 Quick Start

MCP Manager Demo

🛠️ Available Commands

Command Description
search <keyword> Search for available MCP servers matching the keyword
info <server-name> Display detailed information about a specific server
install <server-name> [--client=claude-desktop|cursor|claude-code] Install an MCP server for a specific client
uninstall <server-name> [--client=claude-desktop|cursor|claude-code] Remove an installed server
list List all installed MCP servers
config path [--client=claude-desktop|cursor|claude-code] Show current client config file path
config set-path <new-path> [--client=claude-desktop|cursor|claude-code] Set a new path for the client config file

🔌 Available Servers

Server Description Dependencies
Playwright Browser automation server for web interactions Node.js, npm
Filesystem File system operations server for local file access Node.js, npm
Fetch Server for making HTTP requests Docker
Git Server for Git operations Docker
GitHub Server for GitHub API operations Docker
Memory Server for managing Claude's memory Docker

👥 Supported MCP Clients

Currently supports:

  • ✅ Claude Desktop (default client)
  • ✅ Cursor
  • ✅ Claude Code

🎯 Features

  • 🔍 Smart server discovery and search
  • 🔒 Secure configuration management
  • 🔄 Automatic dependency checking
  • 🛡️ Client-specific installation options
  • 📝 Detailed server information and documentation

💻 Installation

For users:

pip install mcp-manager

For developers:

# Clone the repository
git clone https://github.com/nstebbins/mcp-manager.git
cd mcp-manager

# Install dependencies and development tools
poetry install
pre-commit install  # Install git hooks

Code Quality

We maintain high code quality standards through automated checks:

# Run all pre-commit hooks
pre-commit run --all-files

# Format code
poetry run ruff format .

# Run linter
poetry run ruff check .

# Run tests
poetry run pytest

🧪 Testing

The project uses pytest for testing. Run the test suite with:

poetry run pytest

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Manager

How do I install Manager?

Run npx mcp-manager, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Manager safe to use with an AI agent?

Its trust score is 62 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Manager still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.