Back to Apps

Fluree
by fluree
A temporal, verifiable graph database optimized for AI agents with integrated vector and text search.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Fluree is a graph database that provides persistent, searchable memory for AI agents. It allows AI tools to maintain long-term project memory—facts, decisions, and preferences—across sessions using a git-like ledger system with branching and merging.
Tools
query_graph: Executes SPARQL, JSON-LD, or openCypher queries to retrieve complex relationships.insert_fact: Adds new data to the ledger as a set of graph triples.time_travel_query: Retrieves the state of the data at a specific transaction number or timestamp.vector_search: Performs similarity searches using embedded HNSW indexes.manage_branch: Creates, rebases, and merges data branches for safe experimentation.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"fluree": {
"command": "fluree",
"args": ["mcp", "serve"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
fluree mcp serveInformation
- Pricing
- freemium
- Published
- 7/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add fluree mcp serve to MCP settings in Cursor.Claude Desktop
{
"mcpServers": {
"fluree": {
"command": "fluree",
"args": ["mcp", "serve"]
}
}
}





