MCP Forge - Smithery 服务器生成工具

MCP Forge - Smithery 服务器生成工具

一个用于生成其他 MCP 服务器的 Smithery 工具,支持 Cursor IDE 集成。

快速入门

安装

运行以下命令安装依赖:

npm install

使用

启动服务:

npm start

配置 Cursor IDE

将以下内容添加到 ~/.cursor/mcp.json 文件中:

{ "mcpServers": { "mcp-forge": { "command": "npx", "args": [ "-y", "@smithery/cli@latest", "run", "@your-username/mcp-forge", "--config", "{}" ] } } }

功能

  1. 生成新的 MCP 服务器。
  2. 获取 Cursor IDE 集成配置。
  3. 部署到 Smithery 的说明。