
Custommcp
Un protocolo de contexto modelo (servidor MCP) creado desde cero
1
Github Watches
1
Github Forks
0
Github Stars
Custom MCP (Mission Control Panel) with ChatGPT AI Template
This project integrates a Custom MCP (Mission Control Panel) with a ChatGPT AI Template to provide an intelligent agentic system that integrates with Gmail and GitHub.
Features
- Gmail Integration: Reads and analyzes emails from your Gmail account
- GitHub Integration: Interacts with GitHub repositories to check for issues, alerts, and other information
- Intelligent Decision Making: Uses OpenAI models to decide which tools to use and how to process information
- Autonomous Operation: Can autonomously navigate between different services to fulfill complex requests
- Modern UI: Beautiful and responsive UI built with Next.js and Chakra UI
Example Use Cases
- "Check if there are any GitHub warnings in my Gmail"
- "Find dependency alerts for my repositories"
- "Summarize recent GitHub notifications"
Technical Stack
- Backend: FastAPI (Python)
- AI: OpenAI API
- External APIs: Gmail API, GitHub API
- Frontend: Next.js, React, Chakra UI
Project Structure
Custom-MCP/
├── src/ # MCP Server
│ ├── api/ # API endpoints
│ ├── services/ # Service integrations (Gmail, GitHub, OpenAI)
│ ├── models/ # Data models
│ ├── utils/ # Utility functions
│ ├── config/ # Configuration management
│ └── main.py # Application entry point
├── chatgpt-ai-template/ # ChatGPT AI Template
│ ├── app/ # Next.js app directory
│ ├── src/ # Source code
│ ├── public/ # Static assets
│ └── package.json # Dependencies
├── .env # Environment variables (not in repo)
├── .env.example # Example environment variables
├── requirements.txt # Python dependencies
├── start.sh # Script to start both servers
└── README.md # This file
Setup Instructions
1. MCP Server Setup
-
Install Python dependencies:
pip install -r requirements.txt
-
Set up environment variables in a
.env
file (see.env.example
) -
Run the MCP server:
python run.py
-
The MCP server will be available at
http://localhost:8000
2. ChatGPT AI Template Setup
-
Navigate to the ChatGPT AI Template directory:
cd chatgpt-ai-template
-
Install Node.js dependencies:
npm install
-
Run the development server:
npm run dev
-
The ChatGPT AI Template will be available at
http://localhost:3000
3. Quick Start (Both Servers)
For convenience, you can use the provided script to start both servers at once:
./start.sh
This script will:
- Start the MCP server in the background
- Wait for it to initialize
- Start the ChatGPT AI Template frontend
- Automatically stop the MCP server when you exit the frontend
Configuration
You'll need to set up API credentials for:
- Gmail API (OAuth2)
- GitHub API (Personal Access Token)
- OpenAI API
See the .env.example
file for required environment variables.
Usage
- Start both the MCP server and the ChatGPT AI Template as described above.
- Open your browser and navigate to
http://localhost:3000
. - Click on the "MCP Chat" option in the sidebar to access the MCP Chat interface.
- Enter your query in the input field and press Enter or click the Send button.
- The MCP server will process your query and return a response.
License
MIT
相关推荐
I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Advanced software engineer GPT that excels through nailing the basics.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Converts Figma frames into front-end code for various mobile frameworks.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
Espejo dehttps: //github.com/agentience/practices_mcp_server
Una lista curada de servidores de protocolo de contexto del modelo (MCP)
Reviews

user_xENhltH2
As an avid user of CustomMCP, I can confidently say that it has greatly improved my development workflow. Wriath18 has done an amazing job creating this tool, making customization easier than ever. I find the documentation and user interface intuitive, which makes it accessible for both beginners and experienced developers. Highly recommend checking it out at https://github.com/Wriath18/CustomMCP!