Back to MCP directory
publicPublicdnsLocal runtime

filesystem

基于GoMcp开发的本地文件系统MCP服务器,提供查询和文件打开API,支持SQLite3存储索引及界面操作。

article

README

🚀 Go-MCP-文件服务器

Go-MCP-文件服务器是基于GoMcp开发的本地文件系统mcp server,它提供查询和文件打开两个API。该软件采用sqlite3存储文件索引,既支持界面操作,也能通过mcp client进行远程调用。

English Version

下载 Go Mcp 文件服务器

🚀 快速开始

本文件服务器提供了查询和文件打开两个API,并且基于sqlite3存储文件索引,支持界面操作和mcp client远程调用。以下是相关配置示例:

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

💻 使用示例

基础用法

你可以参考上述配置示例,将其应用到你的项目中,以实现对文件服务器的配置。

📚 详细文档

操作演示视频

你可以通过观看以下操作演示视频,更直观地了解本文件服务器的使用方法。 操作演示视频

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client