Skip to content

Conversation

Patrick-Erichsen
Copy link
Collaborator

@Patrick-Erichsen Patrick-Erichsen commented Sep 23, 2025

Summary by cubic

Revamped MCP server docs to make setup easier in Continue, with a new Linear quick start, Hub install via the MCP registry, and clearer secrets handling. Also clarified workspace vs global config paths, added a simple verification prompt, reorganized advanced config and transport details, and removed the outdated Playwright example.

Copy link
Collaborator

@RomneyDa RomneyDa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall vibes good

args:
- "@playwright/mcp@latest"
## This uses the slug from the official MCP registry: https://registry.modelcontextprotocol.io
- serverName: app.linear/linear
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note that official linear sse requires oauth step

mcpServers:
- serverName: com.supabase/mcp
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }} ## Read from Continue Hub secrets
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note need to build proxy for this to work for org secrets but fine for user secrets example

env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }} ## Read from Continue Hub secrets

- serverName: com.supabase/mcp
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants