rag-svc

sspataro57/rag-svc
★ 0 stars Go 🤖 AI/LLM Updated today
Retrieval-augmented search and chat over Jira, Confluence, and uploaded docs. Single Go binary; pgvector + BM25 hybrid retrieval; serves a Cmd-K Chrome extension, an HTMX web chat UI, a Slack app, and an MCP server for Claude Code.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rag-svc": {
      "command": "go",
      "args": [
        "run",
        "github.com/sspataro57/rag-svc@latest"
      ]
    }
  }
}

README Excerpt

A retrieval-augmented generation service that indexes Treetop's Atlassian Cloud content (Jira + Confluence) and user-uploaded documents, and exposes it through four client surfaces: a Chrome extension "supersearch," a web chat UI, a Slack app, and an MCP server for Claude Code. See [`CLAUDE.md`](CLAUDE.md) for the full design: architecture, schema, retrieval strategy, ingestion, and the 12-step rollout plan.