πŸ“šAllForClaude
SkillsMCPPluginsCategoriesHow to install
πŸ“š AllForClaude

Skills, MCP Servers & Plugins for Claude, All in One Place.

By type

  • Skills
  • MCP Servers
  • Plugins
  • Subagents
  • Slash Commands

Categories

  • πŸ’» Development & Coding
  • ⚑ Productivity & Automation
  • 🎨 Creative, Design & Art
  • πŸ“„ Documents & Office
  • πŸ’¬ Communication & Messaging
  • πŸ€– AI & Machine Learning

Learn

  • How to install
  • All categories
  • Search

Β© 2026 AllForClaude. An independent, community directory β€” not affiliated with Anthropic.

Aggregated from claudeskills.info, skillshubmcp.com & claudedirectory.org.

  1. Home
  2. /MCP Servers
  3. /Research & Knowledge
  4. /Memory Server
πŸ”¬

Memory Server

πŸ”ŒMCP ServerπŸ”¬Research & Knowledgeβ˜… Featured88,106

Persistent memory storage using a knowledge graph for long-term context retention

By Anthropic

memoryknowledge-graphpersistenceofficial
Install command
npx -y @modelcontextprotocol/server-memory

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "memory-server": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’

Source

  • Claude Directory

More in Research & Knowledge

View all β†’
πŸ”¬
πŸ“¦Pluginβ˜… Featured

Obsidian

Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.

πŸ”¬Research & Knowledge39,571
πŸ”¬
🧩Skillβ˜… Featured

Scientific Thinking & Analysis

Comprehensive analysis tools and document processing for scientific research workflows

πŸ”¬Research & Knowledge30,171
πŸ”¬
πŸ€–Subagent

Development Workflows Research Agent

Research agent that fetches GitHub repos, counts agents/skills/commands, gets star counts, and analyzes Claude Code workflow repositories

πŸ”¬Research & Knowledge61,912
πŸ”¬
πŸ€–Subagent

Workflow Claude Skills Agent

Multi-agent workflow orchestrator that coordinates complex tasks requiring multiple specialized agents working in sequence or parallel. Only called by routing-agent for complex orchestration needs.

πŸ”¬Research & Knowledge61,912

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "memory-server": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’