bsmi021/mcp-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.
Platform-specific configuration:
{
"mcpServers": {
"mcp-file-context-server": {
"command": "npx",
"args": [
"-y",
"mcp-file-context-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...