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
Verwandte Server
Scout Monitoring MCP
SponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
SponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Debugg AI
Enable your code gen agents to create & run 0-config end-to-end tests against new code changes in remote browsers via the Debugg AI testing platform.
MCP Base Server
A base template for creating new MCP servers, designed for easy containerized deployment with Docker.
Supra Code Generator MCP
Generates Supra Move contracts and TypeScript SDK code.
mockd
Multi-protocol API mock server with 18 MCP tools — mock HTTP, GraphQL, gRPC, WebSocket, MQTT, SSE, and SOAP APIs with chaos engineering, stateful CRUD, and deterministic seeded responses.
MCP Bridge API
A lightweight, LLM-agnostic RESTful proxy that unifies multiple MCP servers under a single API.
DevTools Debugger MCP
Exposes full Chrome DevTools Protocol debugging capabilities, including breakpoints, call stacks, and source maps.
Authless Remote MCP Server
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
secretctl
AI-safe secrets manager - inject credentials as env vars, AI never sees plaintext
SVG to PNG MCP Server
A server that converts SVG code to PNG images using the cairosvg library.
Argo CD
Interact with Argo CD applications through natural language.