Skip to main content
Glama

PMCP - Perfect Model Context Protocol Server

by NoobyNull

PMCP - Perfect Model Context Protocol Server

A comprehensive, production-ready Model Context Protocol (MCP) server with advanced AI capabilities, web-based administration, and extensive plugin ecosystem support.

🚀 Features

Core Capabilities

  • 🤖 AI Integration: Support for OpenAI, Anthropic, and Google Gemini models
  • 🔌 MCP Plugin Hub: Discover, install, and manage MCP plugins with ease
  • 💾 Multi-Database Support: Redis for caching, MongoDB for persistence
  • 🌐 Web Admin Interface: Comprehensive dashboard for server management
  • 🔒 SSH/SFTP Access: Secure file operations and remote access
  • 📊 Real-time Monitoring: Live metrics, logs, and system status

Advanced Services

  • 🧠 Memory Management: Persistent context and session handling
  • 📚 RAG (Retrieval-Augmented Generation): Document indexing and semantic search
  • 🔍 Code Analysis: AI-powered code review and improvement suggestions
  • 🎭 Playwright Integration: Web automation and browser control
  • 🔗 Sequential Thinking: Chain-of-thought reasoning capabilities

Administration & Monitoring

  • 📈 Dashboard: Real-time system metrics and performance monitoring
  • 🗂️ File Management: Web-based file browser and editor
  • 👥 User Management: Authentication and access control
  • 🔧 Configuration: Dynamic settings management
  • 📋 Logging: Comprehensive structured logging with multiple outputs

🛠️ Quick Start

Prerequisites

  • Python 3.8 or higher
  • Redis server
  • MongoDB server
  • Git

Installation

  1. Clone the repository
    git clone https://github.com/NoobyNull/PMCP.git cd PMCP
  2. Set up Python environment
    python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt
  3. Configure databases
    # Install and start Redis sudo apt-get install redis-server sudo systemctl start redis-server # Install and start MongoDB sudo apt-get install mongodb sudo systemctl start mongodb
  4. Configure the server
    cp config/server.yaml.example config/server.yaml # Edit config/server.yaml with your settings
  5. Start the server
    # Development mode python admin_server.py # Production mode (systemd service) sudo ./setup_service.sh

Access Points

  • Admin Interface: http://localhost:8080
  • API Server: http://localhost:8000
  • SSH/SFTP: localhost:2222

📖 Documentation

Quick Setup Guides

Advanced Configuration

🔌 MCP Plugin Ecosystem

PMCP includes a built-in plugin hub that provides access to the Model Context Protocol ecosystem:

  • Filesystem MCP Server - Secure file system operations
  • GitHub MCP Server - Repository management and operations
  • Brave Search MCP Server - Web search capabilities
  • SQLite/PostgreSQL MCP Servers - Database operations
  • And many more...

Plugin Management

  • Browse and search available plugins
  • One-click installation with progress tracking
  • Automatic dependency management
  • Plugin status monitoring and updates

🏗️ Architecture

PMCP Server ├── Admin Interface (Port 8080) │ ├── Dashboard & Monitoring │ ├── Plugin Management │ ├── File Browser │ └── Configuration ├── API Server (Port 8000) │ ├── MCP Protocol Endpoints │ ├── AI Service Integration │ ├── Memory & Context Management │ └── RAG & Document Processing ├── SSH/SFTP Server (Port 2222) │ ├── Secure File Access │ └── Remote Command Execution └── Background Services ├── Plugin Manager ├── Database Connections ├── Logging System └── Monitoring Agents

🤝 Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

Development Setup

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature-name
  3. Make your changes and add tests
  4. Run the test suite: pytest
  5. Submit a pull request

📄 License

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

🙏 Acknowledgments

  • Model Context Protocol - The open standard this server implements
  • FastAPI - The web framework powering our APIs
  • Bootstrap - UI framework for the admin interface
  • The MCP community for their excellent plugins and contributions

📞 Support


PMCP - Empowering AI assistants with comprehensive context and capabilities 🚀

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

A comprehensive production-ready MCP server with AI integration, plugin management, and web-based administration. Features multi-database support, RAG capabilities, SSH/SFTP access, and a built-in plugin hub for managing the MCP ecosystem.

  1. 🚀 Features
    1. Core Capabilities
    2. Advanced Services
    3. Administration & Monitoring
  2. 🛠️ Quick Start
    1. Prerequisites
    2. Installation
    3. Access Points
  3. 📖 Documentation
    1. Quick Setup Guides
    2. Advanced Configuration
  4. 🔌 MCP Plugin Ecosystem
    1. Featured Plugins
    2. Plugin Management
  5. 🏗️ Architecture
    1. 🤝 Contributing
      1. Development Setup
    2. 📄 License
      1. 🙏 Acknowledgments
        1. 📞 Support

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An open-source MCP server that connects to various data sources (SQL databases, CSV, Parquet files), allowing AI models to execute SQL queries and generate data visualizations for analytics and business intelligence.
            Last updated -
            9
            57
            MIT License
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            A collection of custom MCP servers providing various AI-powered capabilities including web search, YouTube video analysis, GitHub repository analysis, reasoning, code generation/execution, and web crawling.
            Last updated -
            2
            MIT License
          • A
            security
            A
            license
            A
            quality
            A powerful MCP server that provides interactive user feedback and command execution capabilities for AI-assisted development, featuring a graphical interface with text and image support.
            Last updated -
            1
            37
            MIT License
          • A
            security
            F
            license
            A
            quality
            A meta-MCP server that helps users create new MCP servers through AI guidance, templates, and streamlined workflows, transforming ideas into production-ready implementations with minimal effort.
            Last updated -
            4
            2

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/NoobyNull/PMCP'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server