Bitte MCP Proxy

Integrations
  • Used for code quality tools in the project

  • Used as the JavaScript runtime environment for the MCP server

  • Used for managing the monorepo workflow

MCP プロキシモノレポ

このモノレポには、さまざまなサービス用の MCP (モデル制御プロトコル) サーバーが含まれています。

サーバーURI

https://mcp.bitte.ai/sse

カーソル設定に追加

{ "mcpServers": { "bitte-ai": { "url": "https://mcp.bitte.ai/sse" } } }

パッケージ

  • bitte-ai : Bitte AI 統合用の MCP サーバー

設定

依存関係をインストールするには:

bun install

発達

このプロジェクトでは、モノレポワークフローの管理に Turborepo を使用し、コード品質ツールに Biome を使用します。

すべてのパッケージをビルドする

bun run build

両方のサービスを開始する

bun run start

開発モード

bun run dev

コードのフォーマットとリント

bun run check # To fix automatically: bun run check:fix

個別のサービスを実行する

# Run bitte-ai service bun run dev:bitte-ai

新しいパッケージの追加

  1. packagesフォルダに新しいディレクトリを作成します
  2. 必要なpackage.json、tsconfig.json、実装ファイルを追加します。
  3. 新しいパッケージを含めるようにルートのpackage.jsonとtsconfig.jsonを更新します。

このプロジェクトでは、JavaScript ランタイムとしてBunを使用します。

詳細については、 Vibestreaming ログを参照してください。

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

さまざまなサービス用のモデル制御プロトコル (MCP) サーバーを含むモノレポジトリ。主に Bitte AI 統合に重点を置きます。

  1. サーバーURI
    1. カーソル設定に追加
      1. パッケージ
        1. 設定
          1. 発達
            1. すべてのパッケージをビルドする
            2. 両方のサービスを開始する
            3. 開発モード
            4. コードのフォーマットとリント
            5. 個別のサービスを実行する
          2. 新しいパッケージの追加

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol (MCP) server that allows AI models to safely access and interact with local file systems, enabling reading file contents, listing directories, and retrieving file metadata.
              Last updated -
              47
              1
              JavaScript
              MIT License
              • Linux
            • A
              security
              A
              license
              A
              quality
              A server that uses the Model Context Protocol (MCP) to allow AI agents to safely execute shell commands on a host system.
              Last updated -
              1
              76
              2
              TypeScript
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              A flexible server that enables communication between AI models and tools, supporting multiple MCP servers and compatible with Claude, MCP Dockmaster, and other MCP clients.
              Last updated -
              15
              TypeScript
            • -
              security
              A
              license
              -
              quality
              A unified Model Context Protocol server that aggregates multiple MCP servers into one, allowing AI assistants like Claude Desktop, Cursor, and Cherry Studio to connect to a single server instead of managing multiple instances.
              Last updated -
              76
              10
              TypeScript
              Apache 2.0
              • Linux
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/BitteProtocol/mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server