Skip to main content
Glama

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

Related MCP server: MCP Server Boilerplate

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

Install Server
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    A starter template for building MCP servers that can integrate with Claude, Cursor, or other MCP-compatible AI assistants to create custom tools, resource providers, and prompt templates.
    Last updated
    2
  • F
    license
    B
    quality
    D
    maintenance
    A starter template for building custom MCP servers that can integrate with Claude Desktop, Cursor, and other AI assistants. Provides example tools, TypeScript support, and automated publishing workflows to help developers quickly create their own MCP integrations.
    Last updated
    1
    36
  • F
    license
    A
    quality
    D
    maintenance
    A starter template for building custom MCP servers that can integrate with Claude Desktop, Cursor, and other AI assistants. Provides example tools, TypeScript support, and automated publishing workflows to help developers quickly create their own MCP servers.
    Last updated
    7
    22

View all related MCP servers

Related MCP Connectors

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chromewillow/mcp-forge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server