claude-mcp-servers
Verified Safeby Mausino
Overview
Provides persistent, per-project knowledge storage for an AI coding assistant, enabling it to remember facts and context relevant to individual software projects.
Installation
node C:/Development/tools/claude-mcp-servers/servers/knowledge/dist/index.jsEnvironment Variables
- PROJECTS_ROOT
Security Notes
The server uses standard I/O for communication, limiting network attack vectors directly to the server process. File system operations are confined to specific paths (`.claude/knowledge.json`) within projects and a configurable `PROJECTS_ROOT`. While `fs` operations are used for persistence, the server does not execute arbitrary code from stored facts or scan arbitrary files. Input arguments for tools are structured, reducing the risk of command injection. The primary risk would be potential information exposure if `PROJECTS_ROOT` is configured to a highly sensitive location, as it scans for directories containing `.claude/knowledge.json` files.
Similar Servers
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.
claude-conversation-memory-mcp
Provides long-term memory for AI coding agents by indexing conversation history, tracking decisions and mistakes, and enabling semantic search across projects.
mcp-server
Provides AI tools with persistent context, semantic code search, and team knowledge sharing across sessions.
mcp-structured-memory
Provides structured, domain-specific memory management for AI agents to use in ongoing projects, storing accumulated context in local markdown files.