trackmcp
Back to directory

MCP server for generating other MCP servers in Smithery

0 stars JavaScriptServers & Infrastructure Updated Mar 26, 2025

Documentation

MCP Forge

A powerful MCP server generator for Smithery with Cursor IDE integration.

Features

  • Generate new MCP servers from templates
  • Get Cursor IDE integration configurations
  • Get deployment instructions for Smithery

Templates

  • Basic: Simple MCP server with an example tool
  • Web Search: MCP server with web search capabilities
  • Database: MCP server with PostgreSQL database interaction

Installation

bash
npm install

Usage

bash
npm start

Integration with Cursor IDE

To integrate this MCP server with Cursor IDE, add the following configuration to your `~/.cursor/mcp.json` file:

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

Tools

1. Generate MCP Server

Generates a new MCP server with the specified configuration.

2. Get Cursor Integration

Provides integration code for Cursor IDE.

3. Deploy to Smithery

Gives instructions for deploying to Smithery.

License

MIT

Frequently asked questions

What is mcp-forge?

mcp-forge is MCP server for generating other MCP servers in Smithery

How do I install mcp-forge?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-forge open source?

Yes — it is hosted on GitHub at https://github.com/chromewillow/mcp-forge.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP