MCP Forge
Generate MCP servers using Smithery with Cursor IDE integration.
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 Servers
MCP Bridge API
A lightweight, LLM-agnostic RESTful proxy that unifies multiple MCP servers under a single API.
refactor-mcp
Refactor code using regex-based search and replace.
21st.dev Magic
Create crafted UI components inspired by the best 21st.dev design engineers.
Tekion Persona Loader
Loads AI persona definitions from a GitLab repository.
Adios MCP
A remote MCP server deployable on Cloudflare Workers without authentication.
xctools
🍎 MCP server for Xcode's xctrace, xcrun, xcodebuild.
MCP Code Graph
Analyze and visualize code graphs using CodeGPT.
MCP Terminal
An MCP server for accessing the terminal and managing git repositories.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Godot RAG
Provides Godot documentation to a RAG model using a vector database.