otdavies/Rapid
If you are the rightful owner of Rapid and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
R.A.P.I.D. (Rapid Alignment of Project Intelligence and Documentation) is a local MCP server designed to provide powerful code analysis and search capabilities for software projects.
Tools
Functions exposed to the LLM to take actions
initialize_project_context
Initializes project context by reading/creating plan.md
and provides a complexity assessment with guidance for interacting with the codebase.
get_full_code_context
Comprehensively scans a project directory to extract and structure code from specified file types.
search
Performs a project-wide search for specific strings or patterns across all files.
search_by_concept
Uses machine learning embeddings to understand the meaning and intent behind natural language queries.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client