MCP.so
Sign In

MCP Forge

@chromewillow

About MCP Forge

MCP server for generating other MCP servers in Smithery

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

chromewillow

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-forge": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@your-username/mcp-forge",
        "--config",
        "{}"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Forge?

MCP Forge is a tool that generates new MCP servers from templates and provides Cursor IDE integration configurations and deployment instructions for Smithery. It is aimed at developers who want to quickly scaffold MCP servers.

How to use MCP Forge?

Install with npm install, then run npm start. To integrate with Cursor IDE, add the provided configuration block to ~/.cursor/mcp.json.

Key features of MCP Forge

  • Generate new MCP servers from template presets
  • Get Cursor IDE integration configurations
  • Receive deployment instructions for Smithery
  • Supports Basic, Web Search, and Database templates

Use cases of MCP Forge

  • Quickly bootstrap a simple MCP server with an example tool
  • Create an MCP server with web search capabilities
  • Build an MCP server that interacts with a PostgreSQL database

FAQ from MCP Forge

Comments

More Other MCP servers