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
- Clone the repository and change to the directory.
- Install dependencies.
- Create a
.env
file based on the example and add your API keys. - Start the server with
npm start
ornpm run dev
for development with auto-restart.