Back to Home
taejina icon

acemcp

Verified Safe

by taejina

Overview

Provides an MCP server for codebase indexing and semantic search, enhancing developer context and productivity within an agent environment.

Installation

Run Command
uvx acemcp

Environment Variables

  • ACEMCP_BATCH_SIZE
  • ACEMCP_MAX_LINES_PER_BLOB
  • ACEMCP_BASE_URL
  • ACEMCP_TOKEN
  • ACEMCP_TEXT_EXTENSIONS
  • ACEMCP_EXCLUDE_PATTERNS

Security Notes

No direct use of dangerous functions like `eval` or `os.system` was found. External API calls use `httpx` and require a Bearer `TOKEN` for authentication. The `TOKEN` is stored in the user's local configuration file (`~/.acemcp/settings.toml`), which should be properly secured by the user. The `project_root_path` argument for the `search_context` tool allows traversing and reading files from arbitrary local paths. While this is a standard capability for local developer tools, it could lead to local file disclosure if an attacker is able to control the input `project_root_path` provided to the server.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens500000
Stars0
Forks0
Last Update2025-12-06

Tags

MCP servercode indexingsemantic searchAIdeveloper tool