MCP Protocol
MCP Integration
Section titled “MCP Integration”ACECode exposes a Model Context Protocol (MCP) server, enabling any MCP-compatible AI assistant to query your indexed codebase directly.
Add ACECode to your MCP config:
{ "mcpServers": { "acecode": { "type": "http", "url": "https://api.acecode.dev/mcp", "headers": { "Authorization": "Bearer ace_xxxx..." } } }}Available tools
Section titled “Available tools”| Tool | Description |
|---|---|
search | Semantic + keyword hybrid search |
graph | Dependency relationships, impact analysis, call chains |
history | Git commit search, evolution digests |
meta | Architecture overview, code health, memories |
files | List indexed files with filtering |
docs | Search library documentation KB |
Usage with Claude
Section titled “Usage with Claude”Once configured, Claude can use ACECode tools in conversation:
“Find the authentication middleware in this codebase”
Claude will call mcp__acecode__search with your query and return grounded results from your actual code.