# ACE-MCP MCP server

Agent View of the PolicyLayer registry record for ACE-MCP: identity, probed posture, risk grade, and all 17 tools classified. HTML page: https://policylayer.com/tools/0215andrewfeng-ace-mcp

## Facts

- Server id: `0215andrewfeng/ace-mcp`
- Homepage: https://github.com/0215AndrewFeng/ACE-MCP
- Registry record: grade F, identity unverified
- Lifecycle: active
- Rate-limited: no
- Tools: 17
- Tool categories present: Destructive, Execute, Read, Write
- Tags: 0215andrewfeng ace mcp, admin, automation
- Record last modified: 2026-09-10T16:22:57.611Z

## Tools (17)

| Tool | Category | Risk | Record |
| --- | --- | --- | --- |
| `clear_project_index` | Destructive | Critical | https://policylayer.com/tools/0215andrewfeng-ace-mcp/clear-project-index.md |
| `warm_index` | Execute | High | https://policylayer.com/tools/0215andrewfeng-ace-mcp/warm-index.md |
| `ask_codebase` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/ask-codebase.md |
| `cache_stats` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/cache-stats.md |
| `evaluate_search_quality` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/evaluate-search-quality.md |
| `find_callees` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/find-callees.md |
| `find_callers` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/find-callers.md |
| `find_definition` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/find-definition.md |
| `find_references` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/find-references.md |
| `get_file_snippet` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/get-file-snippet.md |
| `get_summary` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/get-summary.md |
| `index_project` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/index-project.md |
| `list_symbols` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/list-symbols.md |
| `project_stats` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/project-stats.md |
| `search_context` | Read | Low | https://policylayer.com/tools/0215andrewfeng-ace-mcp/search-context.md |
| `generate_summary` | Write | Medium | https://policylayer.com/tools/0215andrewfeng-ace-mcp/generate-summary.md |
| `resolve_projects` | Write | Medium | https://policylayer.com/tools/0215andrewfeng-ace-mcp/resolve-projects.md |

## Tool descriptions

- `clear_project_index` — Clear the index for a project (useful for corruption recovery or settings changes). The project will need to be re-indexed after clearing.
- `warm_index` — Pre-build vector embeddings for a project in the background.
- `ask_codebase` — Ask a natural language question about the codebase. Uses RAG: retrieves relevant code and documentation, then synthesizes an answer via LLM. Supports full-file context mode for deeper analysis. Requires LLM API to be configured.
- `cache_stats` — Return search cache and vector cache diagnostics.
- `evaluate_search_quality` — Incrementally index the project and run a set of expected-result search cases to measure retrieval quality.
- `find_callees` — Incrementally index the project, resolve the target symbol, and return indexed callee relationships.
- `find_callers` — Incrementally index the project, resolve the target symbol, and return indexed caller relationships.
- `find_definition` — Incrementally index the project and locate symbol definitions with file paths, signatures, and code snippets.
- `find_references` — Incrementally index the project, resolve the most likely symbol definition, and return likely references.
- `get_file_snippet` — Read a range of lines from a project file.
- `get_summary` — Read a previously generated project architecture summary. Returns architecture overview, module descriptions, and key symbols. Does not require LLM.
- `index_project` — Scan and index a local project for keyword, symbol, and path search.
- `list_symbols` — List indexed symbols for a project, optionally filtered by name pattern or file path. Useful for debugging search and understanding project structure.
- `project_stats` — Return indexing stats for a local project.
- `search_context` — Incrementally index the project and return code snippets relevant to a natural language, symbol, path, or semantic query, with optional context lines and path/language filters.
- `generate_summary` — Generate a project architecture summary using LLM. Creates .ace-mcp/summaries/ with architecture overview, module descriptions, and key symbol summaries. Requires LLM API to be configured.
- `resolve_projects` — Resolve a natural-language or code query to the most relevant indexed projects without indexing every project. Returns confidence, evidence, and single/multiple/abstain decisions.

## Related servers

- UnClick (1662 tools) — https://policylayer.com/tools/io-github-malamutemayhem-unclick-mcp-server.md
- Delx Protocol — Agent Recovery & Continuity (1076 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-protocol.md
- Delx Mcp A2a (1068 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-mcp-a2a.md
- Nodebench (824 tools) — https://policylayer.com/tools/io-github-homenshum-nodebench.md
- MCP Framework Personal (811 tools) — https://policylayer.com/tools/inggerman-mcps.md
- Delx MCP Server (740 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-mcp-server.md
- Binance MCP Server (734 tools) — https://policylayer.com/tools/nirholas-binance-mcp.md
- Eda Agent (726 tools) — https://policylayer.com/tools/eda-agent.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=0215andrewfeng-ace-mcp · API: https://policylayer.com/registry/api · Recommended policies for every tool: https://policylayer.com/policies/0215andrewfeng-ace-mcp
