RoryMB/CodeNav
If you are the rightful owner of CodeNav 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.
CodeNav is an MCP server designed for Python code navigation and analysis, leveraging the Jedi language server to provide comprehensive tools for exploring and understanding Python codebases.
Tools
Functions exposed to the LLM to take actions
setup_codenav
Configure project environment for analysis.
find_definition_by_name
Analyze symbols by name and line number.
find_definition
Get detailed symbol information by exact location.
list_symbols
List all symbols in a file by category.
find_references
Find all references to a symbol across the project.
find_in_file
Search for symbol usage within a specific file.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client