Go-MCP-File-Server
@linimbus
关于 Go-MCP-File-Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"filesystem": {
"url": "http://localhost:8888/sse",
"command": "need remove this item"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Go-MCP-File-Server?
A local filesystem MCP server developed with GoMcp, providing query and file open APIs. It uses SQLite3 to store file indexes and supports both UI operations and remote invocation via MCP clients.
How to use Go-MCP-File-Server?
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.
Key features of Go-MCP-File-Server
- Query and file open APIs
- SQLite3-based file index storage
- Supports UI operations
- Supports remote MCP client calls
- SSE transport on localhost:8888
Use cases of Go-MCP-File-Server
- Query local files via MCP client
- Open files remotely using MCP tools
- Manage file indexes with embedded SQLite3
FAQ from Go-MCP-File-Server
What APIs does it provide?
It provides two APIs: query and file open.
What database does it use for indexing?
It uses SQLite3 to store file indexes.
How do I connect an MCP client?
Add the following to your MCP configuration: "url" : "http://localhost:8888/sse".
Does it have a user interface?
Yes, it supports interface operations via a UI.
What transport protocol does it use?
It uses SSE (Server-Sent Events) on port 8888.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Codelf
unbugA search tool helps dev to solve the naming things problem.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论