Cover image
Try Now
2025-03-22

用于Peeper应用程序的模型控制面板服务器

3 years

Works with Finder

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.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

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

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

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

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

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

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

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

    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.