The current basic wren MCP is great! It works well for a chatting with data experience - but only in single player mode.
I would love to see it extended and make it interoperate with:
- external context stores like https://datahub.com/
- secure ways of per-user interactions with a DB i.e. a databsae (snowflake, bigquery, postgres, ...) already should have a native user for the user sending the query against wren. The native user and its permissions (column level/row-level redactions) should be used when processing the data. this is called impersonation
The current basic wren MCP is great! It works well for a chatting with data experience - but only in single player mode.
I would love to see it extended and make it interoperate with: