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

⚠️ 注意:我们已将仓库迁移到 https://github.com/dx-zero/mcp-starter 至 dx-zero 集体。
课程
- 学习使用 AI 构建软件:instructa.ai