Skip to content

jcleng/simplecode

Repository files navigation

simplecode基于mcp的 AI Agent 编码工具(php实现)

  • 原理
# 链路
普通模型(Chat2API)+mcp-superassistant-proxy(mcp转发)+[mcphub.mcp]
# 数据通信
模型的jsonl给mcp,mcp返回结果给模型
# 配置文件
.simplecode.json
  • mcphub需要配置的mcp,至少一个desktop-commander
{
  "mcpServers": {
    "desktop-commander": {
      "command": "npx",
      "args": [
        "-y",
        "@wonderwhy-er/desktop-commander"
      ],
      "timeout": 6000000
    }
  }
}
  • 运行
./bin/simplecode

屏幕截图_20260502_143114.png

About

基于mcp的 AI Agent 编码工具(php实现)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages