Skip to content

fhnw-medical-informatics/genui-mcp-prototype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopilotKit <> MCP Apps Starter

This repository demonstrates how to integrate MCP Apps with CopilotKit. It uses the Three.js example from the official Model Context Protocol organization on GitHub.

Screen.Recording.2026-01-15.at.12.18.09.PM.mov

Prerequisites

  • Node.js 20+
  • pnpm
  • OpenAI API Key

Getting Started

  1. Install dependencies:
pnpm i
  1. Set up your OpenAI API key:
cd apps/web
echo 'OPENAI_API_KEY=your-openai-api-key-here' > .env.local
  1. Start the server:
# Using pnpm
pnpm dev

Available Scripts

The following scripts can also be run using your preferred package manager:

  • dev - Starts both UI and agent servers in development mode
  • build - Builds the Next.js application for production
  • start - Starts the production server
  • lint - Runs ESLint for code linting

Documentation

The main UI component is in src/app/page.tsx. You can:

  • Modify the theme colors and styling
  • Add new frontend actions
  • Customize the CopilotKit sidebar appearance

📚 Documentation

Contributing

Feel free to submit issues and enhancement requests! This starter is designed to be easily extensible.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 92.7%
  • CSS 3.8%
  • HTML 2.2%
  • JavaScript 1.3%