MCP 锻造厂
一个用于 Smithery 的强大的 MCP 服务器生成器,带有 Cursor IDE 集成。
特征
从模板生成新的 MCP 服务器
获取 Cursor IDE 集成配置
获取 Smithery 的部署说明
Related MCP server: DevEnvInfoServer
模板
基础:带有示例工具的简单 MCP 服务器
网页搜索:具有网页搜索功能的 MCP 服务器
数据库:MCP服务器与PostgreSQL数据库交互
安装
npm install
用法
npm start
与 Cursor IDE 集成
要将此 MCP 服务器与 Cursor IDE 集成,请将以下配置添加到您的~/.cursor/mcp.json文件中:
{
"mcpServers": {
"mcp-forge": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@your-username/mcp-forge",
"--config",
"{}"
]
}
}
}
工具
1. 生成 MCP 服务器
使用指定的配置生成新的 MCP 服务器。
2. 获取游标集成
为 Cursor IDE 提供集成代码。
3. 部署到 Smithery
提供部署到 Smithery 的说明。
执照
麻省理工学院