consigcody94/context-pilot
If you are the rightful owner of context-pilot and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Context Pilot is an MCP server designed to provide comprehensive project context to AI coding assistants, addressing the common issue of missing context.
Tools
Functions exposed to the LLM to take actions
analyze_project
Analyze entire codebase to build comprehensive context.
get_context_summary
Provides a high-level project summary including languages, frameworks, and file counts.
get_architecture
Details the architectural type, structure, frameworks, and databases.
get_dependencies
Generates a dependency graph of internal modules and external packages.
get_conventions
Identifies coding conventions such as naming, file organization, and code style.
get_patterns
Detects architectural, design, and testing patterns in the codebase.
search_context
Searches across project context for specific information.
get_relevant_context
Provides context most relevant for a specific task.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client