mcp-forge

eidos-agi/mcp-forge
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
Build MCP servers the right way. From API design through marketplace distribution.
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": {
    "mcp-forge": {
      "command": "npx",
      "args": [
        "-y",
        "eidos-agi/mcp-forge"
      ]
    }
  }
}

README Excerpt

Build MCP servers the right way. From API design through marketplace distribution. Build MCP when: - Consumer doesn't have shell access (claude.ai, remote agents) - You need typed parameters and structured outputs - The tool is stateful (connections, sessions, caches) - You're building a channel plugin (Slack, Telegram)