Used for code quality tools in the project
Used as the JavaScript runtime environment for the MCP server
Used for managing the monorepo workflow
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bitte MCP Proxywhat are my recent Bitte AI project integrations?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Proxy Monorepo
This monorepo contains MCP (Model Control Protocol) servers for different services.
Server URI
https://mcp.bitte.ai/sse
Related MCP server: AgentMode
Add to Curser Settings
Packages
bitte-ai: MCP server for Bitte AI integrations
Setup
To install dependencies:
Development
This project uses Turborepo for managing the monorepo workflow and Biome for code quality tools.
Build all packages
Start both services
Development mode
Format and lint your code
Run individual services
Adding a new package
Create a new directory in the
packagesfolderAdd the necessary package.json, tsconfig.json, and implementation files
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