Created
April 10, 2025 13:42
Revisions
-
smdooley created this gist
Apr 10, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ 1. Obtain an MCP Server from https://mcp.so/ e.g. https://mcp.so/server/supabase-mcp/supabase-community?tab=content 2. In VS Code, open the command palette and select `MCP: Add Server...` 3. Select `NPM Package`. 4. Paste the NPM package 5. Select `Allow` 6. Enter the connection string 7. Select User Settings (e.g. available to all projects) or Workspace Settings (e.g. available to the current project) 8. Run the MCP Server from `settings.json`. 9. Test the setup by asking Copilot `#query what is the schema of my database?`