MCP Proxy logo

MCP Proxy

by BitteProtocol

This monorepo contains MCP (Model Control Protocol) servers for different services. It provides a way to manage and control models using a standardized protocol.

View on GitHub

Last updated: N/A

What is MCP Proxy?

The MCP Proxy Monorepo contains MCP (Model Control Protocol) servers for various services. It acts as a central point for managing and interacting with different models.

How to use MCP Proxy?

To use the MCP server, you need to install the dependencies using bun install. Then, you can start the server using bun run start or bun run dev for development mode. You can also run individual services like bun run dev:bitte-ai. The server URI is https://mcp.bitte.ai/sse and can be added to Curser Settings.

Key features of MCP Proxy

  • Manages multiple MCP servers

  • Uses Turborepo for monorepo management

  • Uses Biome for code quality

  • Supports development and production modes

Use cases of MCP Proxy

  • Integrating Bitte AI models

  • Centralized model management

  • Standardized model control

  • Streamlining model interactions

FAQ from MCP Proxy

What is MCP?

MCP stands for Model Control Protocol.

What is Turborepo?

Turborepo is a build system for JavaScript and TypeScript monorepos.

What is Biome?

Biome is a code formatter and linter for web projects.

How do I add a new package?

Create a new directory in the packages folder, add the necessary package.json, tsconfig.json, and implementation files, and update the root package.json and tsconfig.json to include your new package.

What is Bun?

Bun is a fast JavaScript runtime, bundler, transpiler, and package manager all-in-one.