liberado-anythingllm-mcp

ForrestThump/liberado-anythingllm-mcp
★ 0 stars Rust 🤖 AI/LLM Updated 6d ago
Rust based MCP server for AnythingLLM API interactions including content ingestion
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": {
    "liberado-anythingllm": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "liberado-anythingllm-mcp"
      ]
    }
  }
}