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

npm install

Usage

npm start

Integration with Cursor IDE

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

{
  "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

Related in Development - Secure MCP Servers

ServerSummaryActions
Command-Line MCP ServerView
OllamaA Model Context Protocol (MCP) server for integrating Ollama with Claude Desktop or other MCP client...View
TypeScript Migrator MCPThis MCP server let you easily converts JavaScript files to TypeScript with AI agent.View
Projet MCP Server-ClientCe projet est une implémentation du protocole MCP (Model Context Protocol) qui permet la communicati...View
Remote Weather MCP ServerThis example allows you to deploy a remote MCP server that doesn't require authentication on Cloudfl...View
AI Develop Assistant协助AI开发者进行智能化需求分析与架构设计的MCP工具View