All 29 MCP Tools
Complete reference for every ekkOS memory tool.
ekkOS provides 29 MCP tools organized into 6 categories. Your AI calls these automatically based on what you ask — no manual invocation needed.
Search & Recall(4 tools)
ekkOS_SearchFind past solutions, conversations, and patterns across all memory layers
"Search my memory for how we handled authentication"
ekkOS_RecallRemember what you discussed at a specific time
"What did we discuss yesterday?"
ekkOS_ContextGet relevant context for your current task
"Get context for implementing user auth"
ekkOS_CodebaseFind relevant code in your project
"Find code related to authentication"
Learning & Patterns(6 tools)
ekkOS_ForgeSave solutions as reusable patterns
"Remember that we always use Supabase for auth"
ekkOS_CaptureRecord an event or context to memory
Called automatically by integrations
ekkOS_TrackRecord that specific patterns were applied
Called when patterns are used during a task
ekkOS_OutcomeReport whether a pattern application succeeded or failed
"That pattern worked" or "That approach failed"
ekkOS_DetectAutomatically detect which patterns were used in a response
Called automatically by hooks after task completion
ekkOS_DirectiveSet rules your AI follows (MUST/NEVER/PREFER/AVOID)
"Always use TypeScript strict mode"
Validation(2 tools)
ekkOS_ConflictCheck if an action conflicts with your rules or patterns
"Check if deleting these files violates any rules"
ekkOS_ReflectAnalyze a response for improvement opportunities
Called for continuous improvement suggestions
Plans & Tasks(8 tools)
ekkOS_PlanCreate a structured plan with steps
"Create a plan for implementing OAuth"
ekkOS_PlansList your active and completed plans
"Show my current plans"
ekkOS_PlanStatusUpdate plan status (draft, in_progress, completed)
"Mark this plan as completed"
ekkOS_PlanStepMark a step as complete or incomplete
"Mark step 2 as done"
ekkOS_GenerateGenerate a plan using AI based on context
"Generate a plan for refactoring auth"
ekkOS_SaveTemplateSave a plan as a reusable template
"Save this plan as a template"
ekkOS_TemplatesList available plan templates
"Show available templates"
ekkOS_FromTemplateCreate a new plan from a template
"Use the API template for this endpoint"
Secrets(5 tools)
ekkOS_StoreSecretSecurely store API keys and credentials (encrypted)
"Store my OpenAI API key"
ekkOS_GetSecretRetrieve a stored credential
"Get my GitHub token"
ekkOS_ListSecretsList stored secrets (metadata only, no values)
"What API keys do I have saved?"
ekkOS_DeleteSecretPermanently delete a stored secret
"Delete my old Stripe key"
ekkOS_RotateSecretUpdate a secret with a new value
"Update my AWS access key"
Analytics & Portability(4 tools)
ekkOS_StatsGet statistics about your memory usage
"How many patterns do I have?"
ekkOS_SummaryGet a summary of recent ekkOS activity
"What has ekkOS done this session?"
ekkOS_ExportExport all patterns, directives, and plans as JSON
"Export all my patterns"
ekkOS_ImportImport memory data from a backup
"Import my backup"
How to Use
You don't need to call tools directly. Just ask your AI naturally:
"Search my memory for...""Remember this pattern...""What did we discuss about...""Always use X" or "Never do Y""Store my API key for...""Create a plan for..."Your AI will automatically use the right tools based on what you ask.