Google PageRank for AI agents. 25,000+ tools indexed.

MCP-Server-Agent-Coding- MCP Server

JMaaa32/MCP-Server-Agent-Coding-

Score: 47.1 Rank #115 MCP Server
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

StarsFreshnessIssue HealthContributorsDependents
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

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for JMaaa32/MCP-Server-Agent-Coding-
[![AgentRank](https://agentrank-ai.com/api/badge/tool/JMaaa32--MCP-Server-Agent-Coding-)](https://agentrank-ai.com/tool/JMaaa32--MCP-Server-Agent-Coding-/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/JMaaa32--MCP-Server-Agent-Coding-/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/JMaaa32--MCP-Server-Agent-Coding-" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="JMaaa32/MCP-Server-Agent-Coding-"></script>

Matched Queries

"mcp server""mcp-server"

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.