Graph Memory RAG MCP Server

Created By
lecharlesa year ago
A Model Context Protocol (MCP) server implementation for graph-based memory storage with RAG capabilities
Overview

what is Graph Memory RAG MCP Server?

Graph Memory RAG MCP Server is a Model Context Protocol (MCP) server implementation that provides graph-based memory storage capabilities, allowing AI agents to store and retrieve information in a graph structure, which is ideal for maintaining context and relationships between different pieces of information.

how to use Graph Memory RAG MCP Server?

To use the server, install the necessary dependencies with npm install, then start the server using node app.js. You can interact with the server through its API to create entities, manage relationships, and query data.

key features of Graph Memory RAG MCP Server?

  • In-memory graph database storage
  • Entity creation and management
  • Relationship creation between entities
  • Query capabilities for both entities and relationships
  • Delete operations with cascading relationship cleanup
  • MCP-compliant interface

use cases of Graph Memory RAG MCP Server?

  1. Storing and retrieving contextual information for AI applications.
  2. Managing complex relationships between data entities in research projects.
  3. Facilitating knowledge representation in intelligent systems.

FAQ from Graph Memory RAG MCP Server?

  • What is the purpose of the Graph Memory RAG MCP Server?

It is designed to provide a structured way for AI agents to manage and retrieve contextual information using graph-based storage.

  • How do I install the server?

You can install it by running npm install in your terminal.

  • Can I contribute to the project?

Yes! Contributions are welcome, and you can open issues or submit pull requests for improvements.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
lecharles
Star
0
Language
JavaScript
License
-

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

29 minutes ago