MCP.so
登录

MCP Proxy Monorepo

@BitteProtocol

关于 MCP Proxy Monorepo

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

BitteProtocol

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-bitteprotocol": {
      "command": "bun",
      "args": [
        "run",
        "build"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器