Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers4 Stars

Daftari

An open-source, multi-user knowledge vault exposed to AI agents via an MCP server.

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "daftari": {
      "command": "npx",
      "args": [
        "-y",
        "github:mavaali/daftari"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}