contextfs
Verified Safeby MagnetonIO
Overview
Provides a universal, persistent, and searchable memory layer for AI agents and developer tools, enabling cross-repository context management, semantic search, session tracking, and structured knowledge recall.
Installation
contextfs serverEnvironment Variables
- ANTHROPIC_API_KEY
- OPENAI_API_KEY
- STRIPE_SECRET_KEY
- STRIPE_WEBHOOK_SECRET
- STRIPE_PRICE_PRO
- STRIPE_PRICE_TEAM
- CONTEXTFS_EMBEDDING_MODEL_NAME
- CONTEXTFS_USE_GPU
Security Notes
The server correctly uses environment variables for sensitive API keys (Stripe, LLMs) and implements webhook signature verification for billing. Subprocess calls for Git operations and ChromaDB auto-start are generally well-scoped. The agent framework's ability to execute arbitrary tools introduces a configurable risk, requiring users to carefully review and manage the tools an agent can access. Client-side encryption is available for sync features.
Similar Servers
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
context-engine
Provides an agent-agnostic local context engine via Model Context Protocol (MCP) for coding agents, enabling semantic search, planning, code review, and prompt enhancement with AI integration.
copilot-memory-store
A persistent local memory store for AI assistants and coding agents, enabling context engineering by saving, searching, and compressing developer-specific knowledge across conversations.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.