Bitte AI

by bitteprotocol

4 stars
Not rated
GitHub

About

Connects AI assistants to the Bitte AI ecosystem, enabling discovery and execution of specialized agents and tools from the Bitte registry through real-time Server-Sent Events communication.

Details

Author
bitteprotocol
Repository
BitteProtocol/mcp
GitHub stars
4
Categories
Productivity, Developer Tools, Design, AI, Search, Frontend, Security, Infrastructure
Tags
#integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Bitte AI
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

To install dependencies:

bun install

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "bitte ai": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.