Back to Apps

File Context Server
Supports UIby bsmi021
Advanced file system context provider for LLMs with real-time watching, caching, and code analysis.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides LLMs with deep access to local file systems, enabling them to read, search, and analyze codebases. It features an LRU caching strategy and real-time file watching to ensure the AI always has the most current version of the code.
Tools
list_context_files: Lists files with detailed metadata.read_context: Reads file or directory contents with specific encoding.search_context: Regex pattern matching with surrounding line context.analyze_code: Calculates cyclomatic complexity and dependency extraction.cache_stats: Returns performance metrics for the file cache.
Installation
{
"mcpServers": {
"file-context-server": {
"command": "npx",
"args": ["-y", "file-context-server"]
}
}
}
Supported hosts
Claude Desktop
Quick install
npx file-context-serverInformation
- Pricing
- free
- Published
- 7/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"file-context-server": {
"command": "npx",
"args": ["-y", "file-context-server"]
}
}
}





