Knowledge Graph Memory

by modelcontextprotocol · Databases · mcp-server, npm

Build and query persistent semantic networks for data management.

This knowledge graph memory server, developed by Anthropic, provides a persistent memory system for language models using a local graph database. It enables AI agents to create, query, and update entities, relations, and observations through a controlled API. By storing information as a semantic network, it allows AI systems to build and maintain complex knowledge structures over time. The server integrates with Claude Desktop via NPM and focuses on personalization use cases. This implementation is particularly useful for AI assistants designed to remember user preferences, track relationships between people and organizations, or accumulate domain knowledge across conversations.

Source: https://github.com/modelcontextprotocol/servers/tree/HEAD/src/memory

Install

npx -y @modelcontextprotocol/server-memory

Tags: mcp-server, npm

81,865 GitHub stars · Source: pulsemcp

About Databases MCP servers and Claude skills

Databases MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.

Knowledge Graph Memory is one of hundreds of Databases entries indexed on Skiln. Browse the full Databases category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.

Related Databases MCPs and skills

  • Ultra (Multi-AI Provider) by realmikechong

    Unified server providing access to OpenAI O3, Google Gemini 2.5 Pro, and Azure OpenAI models with automatic usage tracking, cost estimation, and nine specialized development tools for code analysis, debugging, and documentation generation.

  • Airtable by domdomegg

    Provides read and write access to Airtable databases.

  • MongoDB by mongodb-js

    Provides a bridge between MongoDB databases and conversational interfaces, enabling comprehensive database operations, collection management, schema inspection, and Atlas cloud service interactions with authentication and telemetry support.

  • Tencent CloudBase by tencentcloudbase

    Enables AI systems to deploy, monitor, and manage full-stack applications on Tencent CloudBase through tools for cloud environments, databases, functions, hosting services, and storage resources.

  • Read MySQL by benborla

    Secure read-only MySQL database access to execute queries and analyze data patterns.

  • DBHub (Universal Database Gateway) by bytebase

    Provides a universal database gateway for connecting to PostgreSQL, MySQL, SQLite, and DuckDB, enabling table browsing, schema inspection, and read-only SQL queries with built-in safety checks

  • PostgREST (Supabase) by supabase-community

    Connects to Supabase projects using PostgREST, or standalone PostgREST servers, enabling natural language querying and management of PostgreSQL data.

  • Supabase by supabase-community

    Connects directly to Supabase projects for managing databases, executing SQL queries, applying migrations, and handling configurations through natural language commands.

Frequently asked questions

How do I install Knowledge Graph Memory?

Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.

Which clients support Knowledge Graph Memory?

Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.

Is Knowledge Graph Memory free?

The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.