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

yeuxuan/Ace-Mcp-Node

Score: 44.4 Rank #602

Acemcp 是一个高性能的 MCP (Model Context Protocol) 服务器,专为 AI 助手(如 Claude、GPT 等)提供代码库索引和语义搜索能力。通过 Acemcp,AI 助手可以: 🔍 快速搜索和理解大型代码库 📊 获取带行号的精确代码片段 🤖 自动增量更新索引 🌐 通过 Web 界面管理和调试

Overview

yeuxuan/Ace-Mcp-Node is a TypeScript MCP server. Acemcp 是一个高性能的 MCP (Model Context Protocol) 服务器,专为 AI 助手(如 Claude、GPT 等)提供代码库索引和语义搜索能力。通过 Acemcp,AI 助手可以: 🔍 快速搜索和理解大型代码库 📊 获取带行号的精确代码片段 🤖 自动增量更新索引 🌐 通过 Web 界面管理和调试

Ranked #602 out of 25632 indexed tools.

In the top 3% of all indexed tools.

Ecosystem

TypeScript No license

Signal Breakdown

Stars 334
Freshness 3mo ago
Issue Health 100%
Contributors 3
Dependents 0
Forks 38
Description Detailed
License None

How to Improve

License low impact

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

Freshness high impact

Last commit was 115 days ago — a recent commit would boost your freshness score

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for yeuxuan/Ace-Mcp-Node
[![AgentRank](https://agentrank-ai.com/api/badge/tool/yeuxuan--Ace-Mcp-Node)](https://agentrank-ai.com/tool/yeuxuan--Ace-Mcp-Node)
<a href="https://agentrank-ai.com/tool/yeuxuan--Ace-Mcp-Node"><img src="https://agentrank-ai.com/api/badge/tool/yeuxuan--Ace-Mcp-Node" alt="AgentRank"></a>

Matched Queries

"model context protocol""model-context-protocol"

From the README

# Acemcp Node.js 实现

  
  

## 📑 目录

- [简介](#-简介)
- [核心特性](#-核心特性)
- [快速开始](#-快速开始)
- [安装](#-安装)
- [配置](#-配置)
- [使用指南](#-使用指南)
  - [MCP 客户端配置](#在-mcp-客户端中配置)
  - [工具说明](#-工具说明)
  - [Web 管理界面](#-web-管理界面)
- [WSL 支持](#-wsl-路径支持完全指南)
- [API 文档](#-api-文档)
- [示例场景](#-使用场景示例)
- [开发指南](#-开发)
- [故障排除](#-故障排除)
- [兼容性](#-与-python-版本的兼容性)
- [贡献](#-贡献)
- [许可证](#-许可证)

---

## 📖 简介

**Acemcp** 是一个高性能的 MCP (Model Context Protocol) 服务器,专为 AI 助手(如 Claude、GPT 等)提供**代码库索引**和**语义搜索**能力。通过 Acemcp,AI 助手可以:

- 🔍 快速搜索和理解大型代码库
- 📊 获取带行号的精确代码片段
- 🤖 自动增量更新索引
- 🌐 通过 Web 界面管理和调试

**为什么选择 Acemcp?**

| 特点 | 说明 |
|------|------|
| **零配置启动** | 首次运行自动生成配置 |
| **增量索引** | 只处理变更文件,快速高效 |
| **跨平台** | Windows、Linux、macOS、WSL 全支持 |
| **多编码** | 自动检测 UTF-8、GBK、GB2312、Latin-1 |
| **AI 友好** | 返回格式化的代码片段,含文件路径和行号 |

---

## ⭐ 核心特性

<table>
<tr>
<td width="50%">

### 🚀 性能优化
- ✅ **增量索引** - 仅索引新文件或修改的文件
- ✅ **批量上传** - 支持批量操作和自动重试
- ✅ **智能分割** - 大文件自动分割为多个块
- ✅ **缓存机制** - SHA-256 哈希避免重复上传

</td>
<td width="50%">

### 🛠 开发友好
Read full README on GitHub →
Are you the maintainer? Claim this listing