MCP Proxy Monorepo
@BitteProtocol
About MCP Proxy Monorepo
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-bitteprotocol": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Proxy Monorepo?
MCP Proxy Monorepo is a monorepo containing MCP (Model Control Protocol) servers for different services, such as the Bitte AI integration. It provides a server URI for SSE transport and is intended for developers using tools like Cursor.
How to use MCP Proxy Monorepo?
To use, configure your client (e.g., Cursor) with the server URL https://mcp.bitte.ai/sse. For development, install dependencies with bun install, build with bun run build, and start services with bun run start. Individual services can be run with bun run dev:bitte-ai.
Key features of MCP Proxy Monorepo
- Contains MCP servers for multiple services (e.g., Bitte AI).
- Uses SSE transport at
https://mcp.bitte.ai/sse. - Managed with Turborepo for monorepo workflows.
- Uses Bun as the JavaScript runtime.
- Employs Biome for code quality (formatting and linting).
- Supports adding new packages easily.
Use cases of MCP Proxy Monorepo
- Integrating Bitte AI with MCP-compatible clients like Cursor.
- Developing and running multiple MCP servers from a single repository.
- Quickly setting up new MCP services by adding a new package.
FAQ from MCP Proxy Monorepo
What runtime is required?
Bun is used as the JavaScript runtime for development and execution.
How do I configure a client to use this server?
Add the server URL https://mcp.bitte.ai/sse to your client's MCP server settings, for example, in Cursor's configuration file.
Can I add my own MCP service to this monorepo?
Yes, create a new directory in the packages folder, add the necessary package.json, tsconfig.json, and implementation files, then update the root configuration files.
What is the purpose of the bitte-ai package?
It is the MCP server for Bitte AI integrations.
Is there a development mode?
Yes, run bun run dev to start in development mode, or bun run dev:bitte-ai for individual services.
Frequently asked questions
What runtime is required?
Bun is used as the JavaScript runtime for development and execution.
How do I configure a client to use this server?
Add the server URL `https://mcp.bitte.ai/sse` to your client's MCP server settings, for example, in Cursor's configuration file.
Can I add my own MCP service to this monorepo?
Yes, create a new directory in the `packages` folder, add the necessary package.json, tsconfig.json, and implementation files, then update the root configuration files.
What is the purpose of the bitte-ai package?
It is the MCP server for Bitte AI integrations.
Is there a development mode?
Yes, run `bun run dev` to start in development mode, or `bun run dev:bitte-ai` for individual services.
Basic information
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments