Back to Home
HJeon139 icon

hjeon139-mcp-outofcontext

Verified Safe

by HJeon139

Overview

An MCP server designed to manage and store contextual information (markdown files with metadata) for AI agents, supporting CRUD operations and text search.

Installation

Run Command
hjeon139_mcp_outofcontext

Environment Variables

  • OUT_OF_CONTEXT_STORAGE_PATH
  • OUT_OF_CONTEXT_LOG_LEVEL

Security Notes

The system is designed to be self-contained and uses STDIO for communication, significantly limiting network attack vectors. Input validation for context names (`_validate_name` in `mdc_storage.py`) prevents basic path traversal vulnerabilities. No `eval()` or hardcoded secrets were found in the provided source code. Configuration is handled via environment variables or a configuration file, not directly in code. The core functionality involves direct file system manipulation by the server process, implying the agent environment is trusted.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2683
Stars0
Forks0
Last Update2025-12-18

Tags

mcpcontext-managementcrudfile-storageai-agentsllm-toolspython