librarian

Praveen300163/librarian
★ 0 stars Unknown language Search Updated 10d ago
Shared knowledge base MCP server for the Constellation. Any agent writes notes, any agent searches them. FTS5 full-text search, async ingest, tag governance.
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": {
    "librarian": {
      "command": "npx",
      "args": [
        "-y",
        "Praveen300163/librarian"
      ]
    }
  }
}