Hacker News new | ask | show | jobs
by alienbaby 158 days ago
Until Claude decides to build its own tool on the fly to talk to your dB and drop the tables
2 comments

That is why the credentials used for that connection are tied to permissions you want it to have. This would exclude the drop table permission.
What makes you think the dbcredentials or IP are being exposed to Claude? The entire reason I build my own connectors is to avoid having to expose details like that.

What I give Claude is an API key that allows it to talk to the mcp server. Everything else is hidden behind that.