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
When users set up extensions (e.g., Household Knowledge), captured data sometimes routes to the thoughts table instead of the designated extension tables (e.g., household_items, vendors).
Impact
Extension data is mixed in with general thoughts
Extension-specific queries return no results (data is in the wrong table)
Users who installed extensions and added data find it's not where expected
Reproduction
Set up the Household Knowledge extension per the guide
Add household items via the MCP connector
Check the household_items table — may be empty
Check the thoughts table — household data may appear here instead
Discord Context
From #help-old (Mar 15):
thorben0605: "First realisation was that all the household stuff ended in the thoughts table and not the designated tables. And when I tried to fix that, all went south."
From #help-old (Mar 14):
goodatbingo: "I'm might have Claude Coded my way through it so it's working, but I wanted to make sure it's architected correctly."
Possible Causes
The AI client may be calling capture_thought (from the core MCP) instead of add_household_item (from the extension MCP) when both servers are connected
Description
When users set up extensions (e.g., Household Knowledge), captured data sometimes routes to the
thoughtstable instead of the designated extension tables (e.g.,household_items,vendors).Impact
Reproduction
household_itemstable — may be emptythoughtstable — household data may appear here insteadDiscord Context
From #help-old (Mar 15):
From #help-old (Mar 14):
Possible Causes
capture_thought(from the core MCP) instead ofadd_household_item(from the extension MCP) when both servers are connectedRelated Issues