MCP - Management Control Panel
Powers the backend API of the MCP server, enabling management functionality through a RESTful interface
Supports version control and contribution workflows through issues and pull requests
Manages frontend dependencies and provides build scripts for the user interface
Serves as the foundation for the backend server implementation
Provides a modern user interface for the management control panel, allowing users to interact with the system
Stores and manages data for the MCP system, including action history tracking
Enhances the frontend with type safety and modern JavaScript features for a robust user interface
Enables fast development and building of the React frontend application
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP - Management Control Panelshow me the last 10 actions from the history log"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP - Management Control Panel
מערכת ניהול מתקדמת שמשלבת FastAPI ו-React TypeScript
תיאור
מערכת MCP היא פלטפורמת ניהול מתקדמת שמספקת:
API FastAPI
ממשק משתמש מודרני ב-React TypeScript
מסד נתונים SQLite
ניהול היסטוריה של פעולות
Related MCP server: CbetaMCP
תקן טכנולוגי
Backend: FastAPI
Frontend: React TypeScript + Vite
Database: SQLite
Dependencies: fastapi, uvicorn, httpx
התקנה
התקנת התלויות:
pip install -r requirements.txtהפעלת השרת:
uvicorn main:app --reloadהפעלת הממשק:
cd mcp-ui
npm install
npm run devמבנה הפרויקט
MCP/
├── mcp-ui/ # Frontend React TypeScript
├── main.py # FastAPI Server
├── mcp_llm_server.py # LLM Server
├── requirements.txt # Python Dependencies
└── .gitignore # Git Ignore Rulesשימוש
השרת זמין ב- http://localhost:8000
הממשק זמין ב- http://localhost:5173
תרומות
תודה רבה על התרומה! אנא פתחו Issue או Pull Request עם הצעות לשיפור.
רישיון
MIT License
This server cannot be deployed
Maintenance
Related MCP Connectors
tasklite.net: hosted backend, REST API and admin for apps built by AI agents
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
Document sharing, invoicing, and personal finance platform. 15+ AI tools via OAuth 2.1.
Related MCP Servers
- AlicenseBqualityNot gradedmaintenanceA comprehensive system for managing AI-assisted agile development workflows with a modern, resource-based API using FastMCP.133MIT
- AlicenseNot gradedqualityDmaintenanceA modular, extensible FastAPI-based platform that aggregates multiple AI tools and microservices into a unified interface with standardized I/O formats, perfect for frontend integration or LLM system orchestration.4MIT
- -licenseNot gradedqualityNot gradedmaintenanceA production-grade Model Context Protocol server that enables secure management of context data through a React dashboard, supporting ZIP processing, context approval workflows, and system monitoring.246 npm-
- FlicenseNot gradedqualityDmaintenanceAn AI-powered meeting assistant that combines FastAPI backend with React frontend to generate high-quality meeting summaries and provide Q&A functionality using OpenAI and Selenium.-