Overview
Context allows you to store conversation history and share it between different AI agents. This enables seamless collaboration where one AI agent can pick up where another left off, maintaining continuity across your workflow.1. Add Context
Tell your agent to useasimov-mcp to add previous conversations to the context.
Example Request
User Prompt
Response
API Response
The context system stores the raw conversation content, allowing you to retrieve it later when switching between AI agents or sessions.
2. Search/Get Context
Retrieves the latest stored contexts with alimit parameter to control how many results to show.
Example Request
User Prompt
Response
AI Agent
Use Cases
Cross-Agent Collaboration
Scenario
Session Continuity
Scenario
Best Practices
Store Important Decisions
Add context after making architectural or design decisions
Include Dates
The system automatically timestamps contexts for chronological tracking
Clear Content
Store clear, complete conversation snippets for better retrieval
Regular Retrieval
Check stored contexts when switching agents or sessions

