Back to Catalog

mcp

BitteProtocol/mcp
🕒 Updated:Sep 9, 2025, 01:06 PM
TypeScript
AI Tools

MCP server from BitteProtocol/mcp

MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by gemini-2.5-flashFix
Trust Score42/100
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:10
👥 Contributors:3
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:Yes
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
🤖 Evaluated by gemini-2.5-flashFix
{
  "bitte-ai": {
    "command": "bun",
    "args": [
      "run",
      "dev:bitte-ai"
    ],
    "env": {}
  },
  "bitte-ai-start": {
    "command": "bun",
    "args": [
      "run",
      "start"
    ],
    "env": {}
  },
  "bitte-ai-dev": {
    "command": "bun",
    "args": [
      "run",
      "dev"
    ],
    "env": {}
  }
}
MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by gemini-2.5-flashFix
Tools:
Prompts:
Resources:
Sampling:
Roots:
Logging:
STDIO Transport:
HTTP Transport:
OAuth2 Auth:
Dependencies
1 dependency
Libraries and frameworks used by this MCP server
🤖 Evaluated by gemini-2.5-flashFix
Add Quality Badge
Show your MCP trust score in your README
Trust Score Badge
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/BitteProtocol/mcp)](https://archestra.ai/mcp-catalog/bitteprotocol__mcp)
README.md

MCP Proxy Monorepo

This monorepo contains MCP (Model Control Protocol) servers for different services.

Server URI

https://mcp.bitte.ai/sse

Add to Curser Settings

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

Packages

  • bitte-ai: MCP server for Bitte AI integrations

Setup

To install dependencies:

bun install

Development

This project uses Turborepo for managing the monorepo workflow and Biome for code quality tools.

Build all packages

bun run build

Start both services

bun run start

Development mode

bun run dev

Format and lint your code

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

Run individual services

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

Adding a new package

  1. Create a new directory in the packages folder
  2. Add the necessary package.json, tsconfig.json, and implementation files
  3. Update the root package.json and tsconfig.json to include your new package

This project uses Bun as the JavaScript runtime.

For more information: Vibestreaming Logs

mcp MCP Server | Documentation & Integration | Archestra