CodeCompass

nandanpabolu/CodeCompass

3.1

If you are the rightful owner of CodeCompass 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.

CodeCompass is a Model Context Protocol (MCP) server that transforms your local codebase into an intelligent, searchable knowledge base, enabling developers to explore and analyze their code using natural language queries.

Tools

Functions exposed to the LLM to take actions

search_code

Search code with text or regex.

read_file

Read file contents with pagination.

list_todos

Find TODO/FIXME comments.

explain_range

Explain code blocks.

get_file_info

Get file metadata.

semantic_search

Semantic code search.

analyze_complexity

Code complexity analysis.

find_references

Find function/variable usage.

code_metrics

Calculate code metrics.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources