augchatd

augchatd/augchatd
★ 0 stars Unknown language AI/LLM Updated 1mo ago
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 → 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": {
    "augchatd": {
      "command": "npx",
      "args": [
        "-y",
        "augchatd/augchatd"
      ]
    }
  }
}