Acemcp 是一个高性能的 MCP (Model Context Protocol) 服务器,专为 AI 助手(如 Claude、GPT 等)提供代码库索引和语义搜索能力。通过 Acemcp,AI 助手可以: 🔍 快速搜索和理解大型代码库 📊 获取带行号的精确代码片段 🤖 自动增量更新索引 🌐 通过 Web 界面管理和调试
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ace-mcp-node": {
"command": "npx",
"args": [
"-y",
"yeuxuan/Ace-Mcp-Node"
]
}
}
}
Run in terminal:
claude mcp add ace-mcp-node npx -y yeuxuan/Ace-Mcp-Node
Add to .cursor/mcp.json:
{
"mcpServers": {
"ace-mcp-node": {
"command": "npx",
"args": [
"-y",
"yeuxuan/Ace-Mcp-Node"
]
}
}
}