在应用或 AI 代理中使用 Pipedream 的 MCP 服务器的示例。
MCP Chat by Pipedream
MCP Chat is a free, open-source chat app built using the AI SDK, and Pipedream MCP, which provides access to nearly 3,000 APIs and more than 10,000 tools. Use this as a reference to build powerful AI chat applications.
Features · Model Providers · Prerequisites · Deploy Your Own · Running Locally
Check out the app in production at chat.pipedream.com and refer to Pipedream's developer docs for the most up to date information.
The demo app currently uses models from Anthropic, OpenAI, and Gemini, but the AI SDK supports many more.
To run or deploy this app, you'll need:
One-click deploy this app to Vercel:
cp .env.example .env # Edit with your values
Note that for easier development, chat persistence and application sign-in are disabled by default in the .env.example file:
# In your .env file
DISABLE_AUTH=true
DISABLE_PERSISTENCE=true
We recommend using asdf to manage core deps like Node. Install it and run
asdf install
Then:
pnpm install
pnpm dev
Your local app should now be running on http://localhost:3000
docker compose up -d
POSTGRES_URL=postgresql://postgres@localhost:5432/postgres pnpm db:migrate
暂无开放 Issues,或尚未同步最近议题。