Back to Home
tomschell icon

personal-kg-mcp

Verified Safe

by tomschell

Overview

A personal knowledge graph system for developers to automatically capture decisions, progress, insights, and questions within multi-agent workflows, preserving context and reasoning.

Installation

Run Command
node node_modules/@tomschell/personal-kg-mcp/dist/server.js

Environment Variables

  • PKG_STORAGE_DIR
  • PKG_AUTO_BACKUP_MINUTES
  • PKG_USE_ANN
  • PKG_GITHUB_INTEGRATION_ENABLED
  • PKG_GITHUB_TOKEN
  • PKG_MCP_CAPTURE_ENABLED
  • PKG_MCP_CAPTURE_TOOLS
  • PKG_MCP_CAPTURE_EXCLUDE
  • PKG_MCP_CAPTURE_AUTO
  • OPENAI_API_KEY
  • PKG_EMBEDDING_MODEL
  • PKG_EMBEDDING_DIM

Security Notes

The server uses `execSync` for Git and GitHub CLI commands, which, while justified and validated with internal arguments, presents an elevated risk compared to in-process logic. Reliance on external CLI tools and API keys for GitHub/OpenAI means their security is a dependency. File I/O operations are confined to a configured base directory, and `zod` is extensively used for input validation, mitigating common file system and input-related vulnerabilities. No direct `eval` of user input or hardcoded secrets were found; sensitive data like API keys are loaded from environment variables.

Similar Servers

Stats

Interest Score35
Security Score8
Cost ClassMedium
Avg Tokens700
Stars5
Forks1
Last Update2026-01-19

Tags

knowledge-graphdecision-intelligencemulti-agentdeveloper-toolscontext-management