Currently the DATABASE_URL has to be passed in directly that can show bare username and password such as when using it on GitHub Copilot extension. This is not ideal when using this in a shared office space and when connection has to be tweaked a lot.
A suggestion is for the MCP server to able to securely store user credential and database connection and save it as "profiles" through CLI. And when passing argument, instead of the DATABASE_URL, user should be able to pass in the profile
Currently the
DATABASE_URLhas to be passed in directly that can show bare username and password such as when using it on GitHub Copilot extension. This is not ideal when using this in a shared office space and when connection has to be tweaked a lot.A suggestion is for the MCP server to able to securely store user credential and database connection and save it as "profiles" through CLI. And when passing argument, instead of the
DATABASE_URL, user should be able to pass in the profile