StudioMeyer-Memory (verified)
AI memory server with 56 MCP tools. Knowledge Graph, semantic search, session tracking, multi-agent support. Magic Link auth, EU hosted Frankfurt. Free tier available.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add cod-gb2l/studiomeyer-memory
# Browse available tools
npx -y smithery tool list cod-gb2l/studiomeyer-memory
# Get full schema for a tool
npx -y smithery tool get cod-gb2l/studiomeyer-memory nex_guide
# Call a tool
npx -y smithery tool call cod-gb2l/studiomeyer-memory nex_guide '{}'Direct MCP Connection
Endpoint: https://studiomeyer-memory--cod-gb2l.run.tools
Tools (56)
nex_guide— IMPORTANT: Call this tool on first use to learn how StudioMeyer Memory works. Returns the onboarding guide that teaches…nex_session_start— Start a new session. Call this FIRST in every conversation. Returns context from previous sessions. ⚠ If response inclu…nex_session_end— End the current session. Logs a summary and completed tasks. Without args: closes the active auto-session. With session…nex_decide— Log or delete a decision. Default action: create. Use action="delete" with id to remove a decision permanently.nex_learn— Store a learning with built-in duplicate prevention. Gatekeeper checks for similar existing learnings: >95% = SKIP (dup…nex_recall— Quick full-text search across decisions + learnings + sessions. Lightweight alternative to nex_search (no RRF ranking, …nex_sprint— Read or update the active sprint. Use action "read" for status overview. To update, provide new content.nex_improve— Self-improvement analysis + memory consolidation + embedding backfill. Actions: analyze (default), consolidate, backfil…nex_export— Export all StudioMeyer Memory knowledge as structured text or Markdown file. format=markdown generates a human-readable…nex_context— Load rich session context (auto-context primer). Returns: recent session summaries, active sprint, decisions, learnings…nex_summarize— PERSIST a session summary (NOT a text summarizer). Saves structured metadata (topics, decisions, learnings, mood) so th…nex_skill— Track, recall, or find recipe for skills — what tools/patterns work for what tasks. Use "track" to log successful patte…nex_evolve— Log a self-improvement. When I change my behavior, learn a better approach, or fix a recurring mistake — track it here.…nex_evolve_status— Analyze my self-improvement history. Shows: total improvements, verified vs unverified, improvements by category, sugge…nex_link— Link two decisions together to build a decision graph. Shows how decisions relate: led_to, replaced, depends_on, contra…nex_search— Unified search with temporal decay across ALL knowledge (decisions, learnings, sessions, skills, evolution, entity obse…nex_entity_create— Create entities in the knowledge graph WITH their facts in ONE call. Use this to register people, projects, systems, to…nex_entity_observe— Add observations (facts) to entities. Deduplicates automatically — if a similar observation exists (>50% trigram simila…nex_entity_relate— Create relations (edges) between entities in the knowledge graph. Supports bi-temporal validity (valid_from/valid_to), …nex_entity_open— Open specific entities with ALL their observations and relations. This is the primary way to load context about known o…nex_entity_search— Search the knowledge graph by entity names or observation content. Uses trigram fuzzy matching + full-text search (Germ…nex_entity_deep_search— Graph-Traversal search — find an entity and follow relations up to N hops deep. Supports causal mode to trace cause→eff…nex_entity_history— Bi-temporal timeline — see ALL changes to an entity over time, including invalidated facts. Shows what changed, when it…nex_entity_invalidate— Soft-delete an observation — marks it as no longer valid (sets valid_to timestamp) instead of deleting. Preserves histo…nex_entity_graph— Read the knowledge graph overview: entities with observation counts, relations, and statistics. Supports temporal queri…nex_entity_delete— Delete entities, observations, or relations from the knowledge graph. Use with care — cascade deletes remove all connec…nex_entity_merge— Merge two duplicate entities: moves all observations + relations from source → target. Source name becomes an alias on …nex_synthesize— Generate GUIDES from learning clusters (NOT a text summarizer). Groups learnings by category, then creates synthesis do…nex_learn_link— Connect two learnings that together produce a new insight (A + B = C). Creates emergent knowledge from combinations. Ac…nex_learn_search— Usage-weighted learning search. Combines text relevance + trigram similarity + usage frequency. More-used learnings ran…nex_learn_stats— Learning Intelligence stats: total learnings, syntheses, links, top-used learnings, syntheses by topic.nex_learn_update— Update an existing learning. Change content, category, tags, confidence, project, source, or verified status. Regenerat…nex_learn_archive— Archive or unarchive learnings (soft-delete, reversible). Archived learnings are hidden from all searches. Supports sin…nex_registry— Central registry for ALL tools, generators, MCP servers, services, and output types. Search instantly instead of browsi…nex_delegate— Delegate tasks to agents or manage existing tasks. Actions: create (new task), update (change status/result), list (sho…nex_goal— Track business goals with measurable targets. Default action="stats". Actions: create (new goal), measure (add measurem…nex_health— Run a system health check. Checks DB connectivity, orphaned sessions, stale learnings, overdue tasks, goals behind sche…nex_communities— Detect communities (connected clusters) in the Knowledge Graph. Returns entity clusters with optional AI-generated labe…nex_contradictions— View and manage contradictions in Knowledge Graph AND potential duplicates/conflicts in Learnings. Default action="stat…nex_decay— Manage confidence decay, importance scores, and lifecycle states. Default action="stats" (safe, read-only). Actions: ru…nex_agent_report— Write or read agent reports. Agents (CEO, Marketing, Ops) write structured reports after jobs. Memory can query these f…nex_deduplicate— Scan the Knowledge Graph for duplicate entities and merge them. Prevents KG bloat. High-confidence duplicates (>85%) ar…nex_rerank— Re-score existing search results using Haiku LLM for precision. NOT a standalone search — requires observation IDs from…nex_feedback— Apply user feedback to observations. Positive feedback boosts confidence, negative decreases it. Self-improving retriev…nex_profile— Generate a synthesized knowledge profile from the KG. Shows top entities, key facts, active topics, knowledge gaps. Can…nex_chronicle— Book Chronicle — track the journey for the book. Auto-captures sessions, milestones, narratives. Query, search, export …nex_sm_bridge— Read-only bridge to SM Marketing Agent memory. Access learnings, patterns, decisions, post performance, and strategy fr…nex_reflect— Reflect on accumulated learnings, decisions, and sessions. Gathers data from the last N days, finds patterns and cluste…nex_flush— Flush important context to persistent memory before context compaction. Call this when the context is getting long, bef…nex_proactive— Get proactive suggestions based on current context, recent activity, and pending items. Call at session start for a sma…nex_consolidate— MERGE duplicate episodic memories into semantic facts (sleep-like consolidation). Different from nex_synthesize (genera…nex_import— Import AI conversation history from ChatGPT, Claude, Gemini, Copilot, or Perplexity into Memory. Parses exports, extrac…
*Response truncated. Use npx -y smithery for complete data.*