MCPServers

mmered8/MCPServers
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
Paid MCP servers for the MCPize marketplace. Multi-Project Coordinator: manage multiple repos from a single Claude Code session.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpservers": {
      "command": "uvx",
      "args": [
        "mcpservers"
      ]
    }
  }
}

Or install with pip: pip install mcpservers

README Excerpt

Reference implementations of MCP (Model Context Protocol) servers for project coordination. Built to show how MCP servers are structured, tested, and packaged — and to solve a real problem I had managing state across multiple repos from Claude Code sessions. Transport: **streamable-http** (the production MCPize standard), configurable via `MCP_TRANSPORT=stdio` for local testing.

Topics

claude-codedeveloper-toolsfastmcpmcpmcp-serverproject-management