- Home
- MCP servers
- Claude
Claude
- typescript
0
GitHub Stars
typescript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"coder-rl-claude_mcpserver_dev1": {
"command": "./start-mcp-pm2.sh",
"args": []
}
}
}You run a Claude MCP Server to host and orchestrate multiple Claude MCP backends locally, enabling you to access 150+ specialized tools across analytics, memory optimization, security, design, and infrastructure. It provides a production-ready, consolidated ecosystem that centralizes tools and memory management, so you can work more efficiently with Claude AI in a controlled environment.
How to use
You interact with the MCP server using local command-line utilities that start and manage the MCP ecosystem. Use the provided startup options to run the servers in a process manager for production or with a CLI for quick testing. Once started, your Claude client can connect to the MCP ecosystem via the STDIO-based runtimes, and you will see the list of connected servers and available tools in your Claude Code session.
How to install
Prerequisites: you need a Unix-like environment with bash, a supported runtime, and access to run shell scripts.
-
Ensure you have the required startup scripts available in your project root.
-
Start the MCP ecosystem using one of the provided options.
Additional sections
START OPTIONS: You have two STDIO-based startup options. Use the one that fits your deployment needs.
./start-mcp-pm2.sh
Alternatively, you can use the legacy CLI setup.
./claude-mcp-setup start
Expected result after a successful start: All 11 servers ready, 0 failed. In Claude Code, you should see 11 connected servers listed.
Configuration notes and troubleshooting: If you encounter issues, first verify the system status and then refer to the related diagnostic files for steps.