MCP cover image
See in Github
2025-03-22

Servidor del panel de control de modelos para la aplicación Peeper

1

Github Watches

1

Github Forks

0

Github Stars

Peeper MCP Server

A Model Control Panel (MCP) server for the Peeper application. This server provides a unified API to interact with various language models.

Features

  • Unified API for different AI model providers
  • Model discovery endpoint
  • Text completion endpoint
  • Easy to extend for additional models

Setup

  1. Clone this repository

    git clone https://github.com/maskedsaqib/peeper-mcp-server.git
    cd peeper-mcp-server
    
  2. Install dependencies

    npm install
    
  3. Create a .env file based on the example

    cp .env.example .env
    
  4. Add your API keys to the .env file

  5. Start the server

    npm start
    

    For development with auto-restart:

    npm run dev
    

API Endpoints

GET /api/models

Returns a list of available models.

POST /api/completion

Generates text completion for the given prompt using the specified model.

Request body:

{
  "modelId": "gpt-4",
  "prompt": "Your prompt here"
}

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • Contraband Interactive
  • Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.

  • rustassistant.com
  • 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.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • apappascs
  • 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.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • modelcontextprotocol
  • Servidores de protocolo de contexto modelo

  • Mintplex-Labs
  • 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.

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

    Reviews

    1 (1)
    Avatar
    user_QUhgAYgo
    2025-04-16

    As a dedicated user of peeper-mcp-server, I cannot recommend it highly enough. Maskedsaqib has crafted an incredibly efficient and user-friendly server application that streamlines my workflow. The seamless integration and robust performance make it a standout tool. I appreciate the attention to detail and ongoing support provided. Highly valuable for anyone in need of a reliable MCP server.