Skip to content

Instantly share code, notes, and snippets.

@smdooley
Created April 10, 2025 13:42

Revisions

  1. smdooley created this gist Apr 10, 2025.
    9 changes: 9 additions & 0 deletions ReadMe.md
    Original 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?`