brain_stats
System statistics dashboard. 7 views covering every aspect of your brain-mcp data.
When to use this
Use brain_stats to check system health, data coverage, or get an overview of your intellectual footprint. The view parameter focuses on specific aspects.
Quick Example
mcporter call brain.brain_stats📊 Brain Stats (Overview)
Messages: 377,326
Conversations: 12,847
Embeddings: 82,000
Summaries: 9,979
Domains: 25
GitHub Repos: 132
Markdown Docs: 5,500+
Sources:
claude-code: 145,287 messages
chatgpt: 112,456 messages
claude_desktop: 78,231 messages
clawdbot: 41,352 messages
Date Range: 2023-03 to 2026-03
Most Active Month: January 2025 (42K messages)Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
view | string | No | "overview" | View: 'overview', 'domains', 'pulse', 'conversations', 'embeddings', 'github', or 'markdown' |
Available Views
overviewHigh-level stats: total messages, conversations, embeddings, sources, date range
domainsBreakdown by cognitive domain with conversation counts, breakthroughs, and thinking stages
pulseCurrent thinking pulse — which domains are active, what stage each is in
conversationsConversation analysis: lengths, sources, models used, deep conversations
embeddingsEmbedding stats: vector count, coverage, model info, indexing status
githubGitHub stats: repos, commits, languages, activity timeline
markdownMarkdown corpus stats: document count, word count, depth distribution
Examples
# Domain breakdown
mcporter call brain.brain_stats view="domains"
# Embedding coverage
mcporter call brain.brain_stats view="embeddings"
# GitHub activity
mcporter call brain.brain_stats view="github"
# Current thinking pulse
mcporter call brain.brain_stats view="pulse"