MCPMarket
スキルを販売Power Your Agents接続
  1. ホーム
  2. サーバー
  3. Goldie

Goldie

srfrogbysrfrog
•
4
•
データサイエンスとML
開発者ツール
学習とドキュメンテーション

Provides a local Retrieval-Augmented Generation (RAG) server written in Go for semantic search and knowledge recall.

Related MCPs

View more
  • datawiz168

    Snowflake Integration

    Enables Claude to execute SQL queries and interact with Snowflake databases.

  • tinybirdco

    Tinybird

    Connects to a Tinybird Workspace and interacts with data sources and API endpoints using the Model Context Protocol.

  • ThetaBird

    Axiom

    Enables AI agents to query data stored in Axiom using the Axiom Processing Language (APL).

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

ClaudeやCursorのようなMCPクライアントをお気に入りのツールに接続するMCPサーバーを見つけましょう。MCPマーケットを閲覧して始めましょう。

ブラウズ

  • MCP検索
  • MCPサーバー
  • MCPクライアント
  • Claudeスキル
  • MCP Market Hub
  • カテゴリー
  • MCPサーバーとは?
  • Model Context Protocol

ランキング

  • 今日のトップMCP
  • 今日のトップClaudeスキル
  • Claudeスキル Top 100
  • MCPサーバー Top 100

概要

  • ニュース
  • 提出する
  • お問い合わせ

© 2026 MCPマーケット. 全著作権所有。·Privacy·Terms

Goldie is a powerful, locally-run RAG server built in Go, designed to augment your AI interactions by providing context from your personal knowledge base. It allows you to index various forms of content, including local files, directories, and even past AI conversations, using either local MiniLM embeddings or Ollama models. By storing embeddings in a SQLite database, Goldie enables semantic search and intelligent knowledge recall, making your local data seamlessly accessible to tools like Claude Code, Claude Desktop, and OpenAI Codex for richer, context-aware responses.

主な機能

010 GitHub stars
02Multiple embedding backends: MiniLM (local via ONNX Runtime) or Ollama (supports various models)
03Local embeddings using all-MiniLM-L6-v2 model (384 dimensions)
04Persistent SQLite vector storage with sqlite-vec extension
05Automatic document chunking with overlap for optimal retrieval
06Semantic search, directory indexing, and intelligent knowledge recall

ユースケース

01Augmenting AI assistants (Claude Code, Claude Desktop, OpenAI Codex) with local, context-specific knowledge.
02Creating a searchable personal knowledge base from local documents, notes, and web content.
03Indexing and searching past AI conversation histories to find solutions, code snippets, and track project history.