mcpforge

Hayatelin/mcpforge
★ 0 stars Python AI/LLM Updated today
Scaffold and smoke-test MCP (Model Context Protocol) servers in one command. Zero dependencies.
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": {
    "mcpforge": {
      "command": "uvx",
      "args": [
        "mcpforge"
      ]
    }
  }
}

Or install with pip: pip install mcpforge

README Excerpt

<h1 align="center">mcpforge</h1> <p align="center"><strong>Scaffold and smoke-test MCP servers in one command.</strong></p> <p align="center"> <a href="https://github.com/Hayatelin/mcpforge/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/Hayatelin/mcpforge/actions/workflows/ci.yml/badge.svg"></a>

Topics

ai-agentsclaudeclideveloper-toolsllmmcpmodel-context-protocolpythonscaffoldingtesting