trackmcp
Back to directory
maskedsaqib

peeper-mcp-server

View on GitHub

Model Control Panel server for Peeper application

0 stars JavaScriptAI & Machine Learning Updated Mar 21, 2025

Documentation

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

code
git clone https://github.com/maskedsaqib/peeper-mcp-server.git
   cd peeper-mcp-server

2. Install dependencies

code
npm install

3. Create a `.env` file based on the example

code
cp .env.example .env

4. Add your API keys to the `.env` file

5. Start the server

code
npm start

For development with auto-restart:

code
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:

json
{
  "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.

Frequently asked questions

What is peeper-mcp-server?

peeper-mcp-server is Model Control Panel server for Peeper application

How do I install peeper-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is peeper-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/maskedsaqib/peeper-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP