ContextStream Persistent Memory & Code Search Skill (contextstream)
ContextStream provides AI coding assistants with long-term cross-session memory, semantic codebase search, dependency graph analysis, pre-compaction state checkpointing, and team knowledge integration via https://mcp.contextstream.io/mcp.
Domain Tool Surface
search: Hybrid semantic + keyword code search with exact-token symbol fusion.memory: Persists decisions, lessons, conventions, runbooks, and project plans across sessions.session: Captures critical state before context window compaction; lists and recalls past session transcripts.qa: Grounded Q&A over project memory and conventions with citation receipts.graph: Codebase dependency mapping, impact analysis, dead code, and circular dependency detection.capsule: Packages project state into portable, shareable context snapshots for agent handoffs.
Best Practices for AI Agents
- Pre-Compaction Capture: Automatically trigger
sessionstate capture before context window compaction to prevent losing design intent and architecture decisions. - Semantic Search: Use
searchfor intent-based queries ("where do we handle auth") instead of brute-force file scanning. - Optional
CONTEXTSTREAM_API_KEYfor index scale, graph features, and team integrations.