MCP 工 forge 是一款强大的 MCP 服务器生成器,专为 Smithery 打造,还能与 Cursor IDE 完美集成,极大提升开发效率。
使用以下命令进行安装和启动:
npm install
npm start
在项目根目录下执行以下命令进行安装:
npm install
启动 MCP 服务器:
npm start
根据指定的配置生成一个新的 MCP 服务器。
要将此 MCP 服务器与 Cursor IDE 集成,请将以下配置添加到您的~/.cursor/mcp.json文件中:
{
"mcpServers": {
"mcp-forge": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@your-username/mcp-forge",
"--config",
"{}"
]
}
}
}
提供部署到 Smithery 的说明。
本项目采用 MIT 许可证。