go-mcp-file-server
2
Go-MCP-File-Server is a local file system server that allows users to query and open files using MCP. It supports sqlite3 for storing file indexes and enables interactions via a user interface and MCP clients.
Go-MCP-File-Server
基于GoMcp 开发的一个本地文件系统mcp server,提供了查询和文件打开两个api,本软件基于sqlite3存储文件索引,支持界面操作和mcp client 远程调用。
{
"mcpServers": {
"filesystem" : {
"url" : "http://localhost:8888/sse"
}
}
}