Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by srfrog • Uncategorized
A local Retrieval-Augmented Generation (RAG) MCP server in Go for semantic search and knowledge recall.
Local semantic search and document indexing without relying on external APIs.
Recall and consolidate knowledge from indexed documents and conversation histories.
Integration with Claude Code, Claude Desktop, or OpenAI Codex for enhanced knowledge retrieval.
Goldie is a Go-based MCP server that enables local semantic search and knowledge recall using vector embeddings. It supports multiple embedding backends including MiniLM (local ONNX Runtime) and Ollama API, with persistent SQLite vector storage. Goldie automatically chunks documents, indexes directories with skip patterns, and integrates with Claude Code, Claude Desktop, and OpenAI Codex for enhanced knowledge management.