MCP.so
ログイン

Go-MCP-File-Server

@linimbus

Go-MCP-File-Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

go

トランスポート

stdio

公開者

linimbus

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ