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
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments