Enable your LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities. Streamline your code analysis and improve quality metrics effortlessly. Enhance your development workflow with powerful file operations and smart caching features.
Tools
read_context
Read and analyze code files with advanced filtering and chunking. The server automatically ignores common artifact directories and files: - Version Control: .git/ - Python: .venv/, __pycache__/, *.pyc, etc. - JavaScript/Node.js: node_modules/, bower_components/, .next/, dist/, etc. - IDE/Editor: .idea/, .vscode/, .env, etc. For large files or directories, use get_chunk_count first to determine total chunks, then request specific chunks using chunkNumber parameter.
get_chunk_count
Get the total number of chunks that will be returned for a read_context request. Use this tool FIRST before reading content to determine how many chunks you need to request. The parameters should match what you'll use in read_context.
set_profile
Set the active profile for context generation
get_profile_context
Get repository context based on current profile settings