Back to Home
Mausino icon

claude-mcp-servers

Verified Safe

by 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

Run Command
node C:/Development/tools/claude-mcp-servers/servers/knowledge/dist/index.js

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-19

Tags

Knowledge ManagementAI AssistantLocal StorageProject ContextMemory