Open MCP

Open MCP

An open-source Model Context Protocol application management platform that allows users to create applications from GitHub repositories with automatic information extraction and database integration.

Category
Visit Server

README

shadcn/ui monorepo template

This template is for creating a monorepo with shadcn/ui.

Usage

pnpm dlx shadcn@latest init

Adding components

To add components to your app, run the following command at the root of your web app:

pnpm dlx shadcn@latest add button -c apps/web

This will place the ui components in the packages/ui/src/components directory.

Tailwind

Your tailwind.config.ts and globals.css are already set up to use the components from the ui package.

Using components

To use the components in your app, import them from the ui package.

import { Button } from "@repo/ui/components/button";

Open MCP

一个开源的MCP(Model Context Protocol)应用管理平台。

功能特性

GitHub应用创建功能

通过GitHub URL自动创建应用,支持以下特性:

  1. 智能URL解析: 自动从GitHub URL提取仓库信息
  2. GitHub API集成: 获取完整的仓库信息(stars、forks、描述等)
  3. 自动Slug生成: 基于仓库名自动生成URL友好的标识符
  4. 重复检查: 防止重复创建相同的应用
  5. 数据库关联: 分别保存repos和apps表,通过repoId关联
  6. 异常处理: 完善的错误处理和状态管理
  7. Vercel集成: 可选的Vercel项目创建(需要配置环境变量)

使用方法

  1. 在管理后台点击"添加GitHub应用"按钮
  2. 输入GitHub仓库URL(格式:https://github.com/owner/repo)
  3. 选择应用类型(客户端/服务端/完整应用)
  4. 系统会自动:
    • 验证URL格式
    • 检查是否已存在
    • 获取GitHub仓库信息
    • 创建仓库记录
    • 创建应用记录
    • 跳转到应用详情页

环境变量配置

# GitHub API Token(必需)
GITHUB_TOKEN=your_github_token

# Vercel API配置(可选)
PROD_CREATE_API_URL=https://api.vercel.com/v1/projects
PROD_CREATE_API_TOKEN=your_vercel_token

技术实现

  • 前端: React + TypeScript + tRPC + React Hook Form
  • 后端: tRPC + Drizzle ORM + PostgreSQL
  • GitHub集成: GitHub GraphQL API
  • 状态管理: 完善的加载状态和错误处理
  • 数据验证: Zod schema验证

开发

安装依赖

pnpm install

启动开发服务器

pnpm dev

数据库迁移

pnpm db:migrate

许可证

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured