A tool that generates MCP servers for Smithery with Cursor IDE integration, allowing users to quickly create servers from templates such as Basic, Web Search, or Database interactions.
A powerful MCP server generator for Smithery with Cursor IDE integration.
npm install
npm start
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", "{}" ] } } }
Generates a new MCP server with the specified configuration.
Provides integration code for Cursor IDE.
Gives instructions for deploying to Smithery.
MIT
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!