MCP.so
登录

MCP Forge

@chromewillow

关于 MCP Forge

MCP server for generating other MCP servers in Smithery

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

chromewillow

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Forge?

MCP Forge is a tool that generates new MCP servers from templates and provides Cursor IDE integration configurations and deployment instructions for Smithery. It is aimed at developers who want to quickly scaffold MCP servers.

How to use MCP Forge?

Install with npm install, then run npm start. To integrate with Cursor IDE, add the provided configuration block to ~/.cursor/mcp.json.

Key features of MCP Forge

  • Generate new MCP servers from template presets
  • Get Cursor IDE integration configurations
  • Receive deployment instructions for Smithery
  • Supports Basic, Web Search, and Database templates

Use cases of MCP Forge

  • Quickly bootstrap a simple MCP server with an example tool
  • Create an MCP server with web search capabilities
  • Build an MCP server that interacts with a PostgreSQL database

FAQ from MCP Forge

评论

其他 分类下的更多 MCP 服务器