Daily Workflow

A practical guide to using Brain MCP throughout your day.

☀️ Morning

Context Recovery

Start your day by recovering context on your active domains.

mcporter call brain.tunnel_state domain="your-project"

This loads your "save game" — open questions, recent decisions, where you left off.

💼 Working

Semantic Search

When you need to recall past decisions or thinking.

mcporter call brain.semantic_search query="chunking strategy"

Finds conceptually similar conversations, not just keyword matches.

🔄 Switching

Switching Cost Check

Before changing contexts, check the cost.

mcporter call brain.switching_cost current_domain="frontend" target_domain="devops"

Tells you what open questions you'd leave behind and what you'd need to reload.

🌙 End of Day

Open Threads Review

Check what's still unresolved across all domains.

mcporter call brain.open_threads

Prevents things from falling through the cracks overnight.

📅 Weekly

Dormant Context Audit

Find abandoned work before it goes stale.

mcporter call brain.dormant_contexts

Surfaces domains you haven't touched in a while that still have unresolved questions.