Go-MCP-File-Server

by linimbus

4 stars
438 downloads
Not rated
GitHub

Description

# Go-MCP-File-Server [简体中文](./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…

About

# Go-MCP-File-Server [简体中文](./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": {…

Details

Author
linimbus
GitHub stars
4
Downloads
438
Categories
Other, File Management

- Query and file open APIs
- SQLite3-based file index storage
- Supports UI operations
- Supports remote MCP client calls
- SSE transport on localhost:8888

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Go-MCP-File-Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure an MCP client with the SSE endpoint http://localhost:8888/sse and use the server's UI or MCP tools to query and open files.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "go-mcp-file-server": {
            "filesystem": {
                "url": "http://localhost:8888/sse",
                "command": "need remove this item"
            }
        }
    }
}

McpServers

{
    "filesystem": {
        "url": "http://localhost:8888/sse",
        "command": "need remove this item"
    }
}

Go-MCP-File-Server

简体中文

Download Go Mcp FIle Server

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

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

Video

Operation Demo Video

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.