axonscope

g4nesh/axonscope
★ 0 stars Python AI/LLM Updated today
AxonScope — Retrieval-Augmented Quality Assistant for controlled QMS documentation (RAG pipeline, web UI, Slack bot, MCP server)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "axonscope": {
      "command": "uvx",
      "args": [
        "axonscope"
      ]
    }
  }
}

Or install with pip: pip install axonscope

README Excerpt

Starter boilerplate for a pluggable retrieval-augmented generation pipeline, with an offline ETQ-style Quality Management Services proof of concept. The current implementation is intentionally local-first: - Load plain-text documents from disk. - Chunk them with a token-window chunker. - Embed chunks with a deterministic hashing embedder.

Tools (6)

RAGPIPE_DEFAULT_SITERAGPIPE_EVIDENCE_MODERAGPIPE_QMS_CONFIGSLACK_APP_TOKENSLACK_BOT_TOKENSLACK_SIGNING_SECRET