Skip to main content
Glama

MCP 锻造厂

一个用于 Smithery 的强大的 MCP 服务器生成器,带有 Cursor IDE 集成。

特征

  • 从模板生成新的 MCP 服务器

  • 获取 Cursor IDE 集成配置

  • 获取 Smithery 的部署说明

Related MCP server: MCP Server Boilerplate

模板

  • 基础:带有示例工具的简单 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 的说明。

执照

麻省理工学院

Related MCP Connectors

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    A starter template for building MCP servers that can integrate with Claude, Cursor, or other MCP-compatible AI assistants to create custom tools, resource providers, and prompt templates.
    2
    3 npm
    -
  • F
    license
    B
    quality
    D
    maintenance
    A starter template for building custom MCP servers that can integrate with Claude Desktop, Cursor, and other AI assistants. Provides example tools, TypeScript support, and automated publishing workflows to help developers quickly create their own MCP integrations.
    1
    3 npm
    -
  • F
    license
    A
    quality
    D
    maintenance
    A starter template for building custom MCP servers that can integrate with Claude Desktop, Cursor, and other AI assistants. Provides example tools, TypeScript support, and automated publishing workflows to help developers quickly create their own MCP servers.
    7
    4 npm
    -