File Context Server
@bsmi021
关于 File Context Server
A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-file-context-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@bsmi021/mcp-file-context-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is File Context Server?
A Model Context Protocol (MCP) server that provides file system context to Large Language Models, enabling them to read, search, and analyze code files with advanced caching and real-time file watching.
How to use File Context Server?
Install via Smithery automatic installation or manually with npm install @modelcontextprotocol/file-context-server. Start the server with npx file-context-server and use tools such as list_context_files, read_context, search_context, analyze_code, and cache_stats with specified JSON parameters.
Key features of File Context Server
- File operations with recursive traversal and encoding support
- Code analysis: complexity, dependencies, and quality metrics
- Smart LRU caching with automatic invalidation and limits
- Advanced regex search with context and file type filtering
- Real-time file watching and cache invalidation
Use cases of File Context Server
- Provide LLMs with file contents and directory structure for code understanding
- Analyze code quality and complexity across a project
- Search for patterns or functions in large codebases with context
- Monitor file changes and automatically update cached context
FAQ from File Context Server
How do I install File Context Server?
You can install it automatically via Smithery using npx -y @smithery/cli install @bsmi021/mcp-file-context-server --client claude or manually with npm install @modelcontextprotocol/file-context-server.
What runtime dependencies does File Context Server require?
It requires Node.js and npm to install and run; no additional runtime or database is needed as it operates on the local file system.
Where does File Context Server store its data?
All data is read directly from the user’s local file system; cached entries are kept in memory with configurable size and TTL (default: 1000 entries, 1 hour).
What are the known limits of File Context Server?
Maximum file size for reading is configurable via the MAX_FILE_SIZE environment variable, and cache size is limited by MAX_CACHE_SIZE (default 1000 entries). The server returns specific error codes for issues like missing files or permission denials.
Does File Context
文件与存储 分类下的更多 MCP 服务器
box-mcp-server
hmkA Box model context protocol server to search, read and access files
Rust MCP Filesystem
rust-mcp-stackBlazing-fast, asynchronous MCP server for seamless filesystem operations.
Bulk Filesystem Operations MCP Server
strawgateMCP Server for reading many files at the same time
Filesystem MCP Server
cyanheadsA Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal

Filesystem
modelcontextprotocolModel Context Protocol Servers
评论