augchatd

augchatd/augchatd
★ 0 stars Unknown language 🤖 AI/LLM Updated today
Multi-tenant chat server for tool-augmented LLMs (MCP, RAG). Setup tokens deliver per-session credentials; clients connect via short-lived JWT - secrets never reach the browser.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "augchatd": {
      "command": "npx",
      "args": [
        "-y",
        "augchatd/augchatd"
      ]
    }
  }
}