savecontext
Verified Safeby greenfieldlabs-inc
Overview
Provides persistent context management and session state for AI coding assistants.
Installation
npx -y @savecontext/mcpEnvironment Variables
- SAVECONTEXT_API_KEY
- SAVECONTEXT_BASE_URL
- SAVECONTEXT_COMPACTION_THRESHOLD
- SAVECONTEXT_COMPACTION_MODE
- SAVECONTEXT_AGENT_ID
- SAVECONTEXT_MCP_URL
- SAVECONTEXT_WEB_URL
- SAVECONTEXT_API_URL
Security Notes
The server handles API keys, potentially sensitive context data, and executes OS commands (git, browser opening). API keys are designed to be shown once and stored with 0o600 permissions in `~/.savecontext/credentials.json`. Browser opening is restricted to `savecontext.dev` domains. Input validation is present for tool arguments. The `key_pattern` feature for tagging uses regex construction, which, if not carefully sanitized beyond current checks, could theoretically lead to ReDoS, though its internal application to context item keys and existing length limits mitigate this risk. Overall, it follows reasonable security practices for its domain, but users should be mindful of API key handling and the nature of sharing data with a cloud service (if cloud mode is enabled).
Similar Servers
In-Memoria
Provides persistent intelligence infrastructure (semantic concepts, patterns, architecture) for AI agents to understand and interact with codebases.
memory-graph
A graph-based MCP server that provides intelligent memory capabilities for Claude Code, enabling persistent knowledge tracking, relationship mapping, and contextual development assistance for AI agents.
claude-todo-emulator
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.
codeweaver
CodeWeaver is an AI-first MCP server designed to provide 'exquisite context' for AI agents by offering semantic code search and code analysis capabilities.