Skip to main content
Glama

Acemcp

by qy527145

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACEMCP_TOKENNoAuthentication token
ACEMCP_BASE_URLNoAPI endpoint URL
ACEMCP_BATCH_SIZENoNumber of files to upload per batch10
ACEMCP_MAX_LINES_PER_BLOBNoMaximum lines per blob before splitting large files800

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_context

Search for relevant code context based on a query within a specific project. This tool automatically performs incremental indexing before searching, ensuring results are always up-to-date. Returns formatted text snippets from the codebase that are semantically related to your query. IMPORTANT: Use forward slashes (/) as path separators in project_root_path, even on Windows.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qy527145/acemcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server