A powerful integration combining the Model Context Protocol (MCP) with Vercel's AI SDK UI to build flexible, interactive AI applications.
This project implements a hybrid architecture that leverages:
- Vercel's AI SDK UI for rapid chat/generative UI development
- MCP for standardized context enrichment and tool integrations
- Next.js for the frontend and API routes
- TypeScript for type safety and better developer experience
- π€ Advanced AI chat interface
- π§ Extensible tool system
- π Rich data visualization components
- π Real-time streaming responses
- π¨ Modern, responsive UI
- π Pluggable MCP data sources
- π‘οΈ Built-in security features
- π± Mobile-first design
- Clone the repository
git clone [repository-url]
cd [repository-name]
- Install dependencies
npm install
- Set up environment variables
cp .env.example .env.local
# Edit .env.local with your configuration
- Start the development server
npm run dev
See the implementation_plan.md file for detailed architecture and development phases.
This project is licensed under the MIT License - see the LICENSE file for details.