MCP 启动器

@instructa/mcp-starter
0 Stars 18 次浏览 instructa 更新于 2026-08-23

用于构建自定义本地模型上下文协议(MCP)服务器的基础,这些服务器提供的工具可供像Cursor或Claude Desktop这样的AI助手使用。

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "my-starter-mcp-stdio": {
      "args": [
        "my-mcp-server",
        "--stdio"
      ],
      "command": "npx"
    }
  }
}

该服务需要配置环境变量:ENDPOINT、PORT

服务介绍

MCP Server Starter

mcp starter

⚠️ 注意:我们已将仓库迁移到 https://github.com/dx-zero/mcp-starter 至 dx-zero 集体。

课程

查看我的其他项目:

  • AI 提示词 - 为 Cursor AI、Cline、Windsurf 和 Github Copilot 精选的 AI 提示词
  • codefetch - 通过一个简单的终端命令将代码转换成 Markdown 格式,适用于大型语言模型
  • aidex - 一个 CLI 工具,提供关于 AI 语言模型的详细信息,帮助开发者选择适合他们需求的模型。# mcp-starter

相关 MCP 服务