A modern web application for browsing and using Pipedream MCP servers.
This application uses Clerk for authentication. To set up authentication:
- Create a Clerk account at https://clerk.dev/
- Create a new application in the Clerk dashboard
- Copy your Publishable Key and Secret Key
- Create a .env.localfile based on the.env.local.exampletemplate
- Add your Clerk keys to the .env.localfile
# Install dependencies
npm install
# Run the development server
npm run dev