peeper-mcp-server

peeper-mcp-server

0

Peeper MCP Server is a Model Control Panel server designed to interface with various AI language models through a unified API. It offers endpoints for model discovery and text completion, and it is easily extendable to include additional models.

Peeper MCP Server

A Model Control Panel (MCP) server for the Peeper application. This server offers a unified API to interact with various AI 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 the repository and change to the directory.
  2. Install dependencies.
  3. Create a .env file based on the example and add your API keys.
  4. Start the server with npm start or npm run dev for development with auto-restart.