
Go MCP File Server
by linimbus
Local filesystem MCP server with SQLite indexing for fast file search and retrieval.
What it does
Go MCP File Server is a high-performance local filesystem bridge that allows AI models to efficiently search and open files on your machine. Unlike basic filesystem servers, it uses an internal SQLite3 database to index files, enabling rapid querying and retrieval without scanning the entire disk on every request.
Tools
query: Search for files within the indexed filesystem using specific criteria.open_file: Access and read the contents of a specific file.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"filesystem": {
"url": "http://localhost:8888/sse"
}
}
}
Supported hosts
- Claude Desktop
Quick install
Download and run the Go MCP File Server executable from SourceForge.Information
- Pricing
- free
- Published
- 5/23/2026
- stars






