Token导航 LogoToken导航TokenDH.com
ST
AI代理HTTP官方级别未说明来源级核验

StudioMeyer-Memory (verified)

MCP Server

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.

工具数

公开资料未说明
JavaScriptSession认证HTTPAI代理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:28

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add cod-gb2l/studiomeyer-memory

详细介绍

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.*

目录标签

目录标签

JavaScriptSession认证HTTPAI代理

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

session

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPsession部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP