MCP-Server-Agent-Coding- MCP Server
JMaaa32/MCP-Server-Agent-Coding-
Are you the maintainer of JMaaa32/MCP-Server-Agent-Coding-? Claim this listing →
@_@ C++ MCP Server 框架&多 Agent Coding 系统
Add AgentRank to Claude Code Discover and compare tools like JMaaa32/MCP-Server-Agent-Coding- — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
JMaaa32/MCP-Server-Agent-Coding- is a C++ MCP server. @_@ C++ MCP Server 框架&多 Agent Coding 系统
Ranked #115 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
C++ No license
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% 1d ago
Last commit 1d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# MCP Coding Agent 基于自研 C++ MCP Server 的多 Agent 代码助手系统。 ## 架构 ``` Python Agent(LangGraph) → HTTP JSON-RPC → C++ MCP Server(13 个工具) Coder → Reviewer → Tester 沙箱执行 / 代码搜索 / 复杂度分析 ... ``` - **LLM**:API(DeepSeek / OpenAI 等)+ Ollama 本地模型,可灵活切换 - **编排**:LangGraph 状态图,条件路由,最多 3 轮迭代 - **工具**:read/write_file、execute_code、run_tests、code_search、git_diff、analyze_code 等 13 个 - **安全**:命令白名单 + 引号感知危险符号过滤 + 路径沙箱 - **数据**:自动收集轨迹,导出 SFT / DPO 训练数据 ## 快速开始 **1. 编译 MCP Server** ```bash cmake -B build && cmake --build build -j4 ``` **2. 启动 Server** ```bash ./build/src/mcp_server --config config/server.json --port 8089 ``` **3. 安装 Python 依赖** ```bash pip install -r agent/requirements.txt ``` **4. 配置 DeepSeek API Key** ```bash export DEEPSEEK_API_KEY=your_key_here ``` **5. 运行 Agent** ```bash # 单次任务 python3 agent/main.py "在 workspace/ 下创建 is_palindrome 函数,写单测,确保通过" # 持续对话 python3 agent/main.py --chat # 开启 SSE 实时监控(浏览器访问 http://localhost:8765) python3 agent/main.py -Read full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.