Newer
Older
TelosDB / README.md
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 8 days ago 633 bytes Add MCP server with llama.cpp integration and docs

SQLite Vector MCP Server (Electron + Bun)

Bun と Electron を使用した常駐型 MCP サーバーです。 sqlite-vec を使用してベクトル検索機能を提供します。

機能

  • add_item: テキストとベクトル(3次元)を保存します。
  • search_vector: ベクトル(3次元)を使用して、最も近いアイテムを検索します。

起動

bun start

MCP クライアント(Claude Desktop 等)への設定

SSE を使用して接続します。

{
  "mcpServers": {
    "sqlite-vector": {
      "url": "http://localhost:3000/sse"
    }
  }
}