You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agentmemory currently exposes too many MCP tools, which makes the tool list noisy for agents and increases the chance that models choose the wrong entry point. This came up while refreshing PR #279, where the branch had to reconcile older docs that referenced 51/53 tools with the newer consolidated tool surface.
Problem
agentmemory currently exposes too many MCP tools, which makes the tool list noisy for agents and increases the chance that models choose the wrong entry point. This came up while refreshing PR #279, where the branch had to reconcile older docs that referenced 51/53 tools with the newer consolidated tool surface.
PR: #279
Why this matters
Proposal
Keep the public/default MCP surface intentionally small and operation-driven:
memory_search,memory_store,lesson,admin,task, andslot.AGENTMEMORY_TOOLS=core|allsemantics clear and test-covered.Acceptance criteria