glossa

metalmon/glossa
★ 0 stars Rust AI/LLM Updated today
Offline file-first knowledge base with reasoning graph and MCP server for LLM agents
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": {
    "glossa": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "glossa"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="docs/assets/logo.svg" alt="glossa" width="320"/> </p> <p align="center"> Offline, file-first knowledge base with a reasoning graph and MCP server for LLM agents.<br/> One Rust binary (<code>kb</code>); no external services required for core operation. </p> <p align="center">

Tools (3)

editorfullreader