Fluree_MCP_Server

UDAIBHAT/Fluree_MCP_Server
★ 3 stars JavaScript AI/LLM Updated today
Fluree MCP Server is a Node.js gateway that connects FlureeDB to modern AI-powered IDEs and apps (like Gemini, Cursor, and Windsurf) using the Model Context Protocol (MCP). It offers 15+ tools for querying, schema management, and diagnostics, with session-aware security, structured prompts, and easy extensibility—making FlureeDB integration smarter
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": {
    "fluree_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "UDAIBHAT/Fluree_MCP_Server"
      ]
    }
  }
}