Skip to content

Instantly share code, notes, and snippets.

@smdooley
Created April 10, 2025 13:42
Show Gist options
  • Save smdooley/9c95bb4e08b16421bc7df7aa517bfa9e to your computer and use it in GitHub Desktop.
Save smdooley/9c95bb4e08b16421bc7df7aa517bfa9e to your computer and use it in GitHub Desktop.
Visual Studio Code MCP Server setup
  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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment