---
slug: "file-system-mcp服务器"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/linimbus/go-mcp-file-server@main/README.md"
repo: "https://github.com/linimbus/go-mcp-file-server"
source_file: "README.md"
branch: "main"
---
# Go-MCP-File-Server

[简体中文](https://github.com/linimbus/go-mcp-file-server/blob/HEAD/README_zh.md)

[![Download Go Mcp FIle Server](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/go-mcp-file-system-server/files/latest/download)

基于GoMcp 开发的一个本地文件系统mcp server，提供了查询和文件打开两个api，本软件基于sqlite3存储文件索引，支持界面操作和mcp client 远程调用。

```
{
  "mcpServers": {
    "filesystem" : {
      "url" : "http://localhost:8888/sse"
    }
  }
}
```


## Video

[Operation Demo Video](https://www.youtube.com/watch?v=oMo8kId1DGo)

