Go-MCP-File-Server
Description
# Go-MCP-File-Server [简体中文](./README_zh.md) [](https://sourceforge.net/projects/go-mcp-file-system-server/files/latest/download) 基于GoMcp 开发的一个本地文件系统mcp…
About
# Go-MCP-File-Server [简体中文](./README_zh.md) [](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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Go-MCP-File-ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
基于GoMcp 开发的一个本地文件系统mcp server,提供了查询和文件打开两个api,本软件基于sqlite3存储文件索引,支持界面操作和mcp client 远程调用。
{
"mcpServers": {
"filesystem" : {
"url" : "http://localhost:8888/sse"
}
}
}
Video
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



