Bitte MCP Proxy
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 "Deploy 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: Model Hub MCP
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 installDevelopment
This project uses Turborepo for managing the monorepo workflow and Biome for code quality tools.
Build all packages
bun run buildStart both services
bun run startDevelopment mode
bun run devFormat and lint your code
bun run check
# To fix automatically:
bun run check:fixRun individual services
# Run bitte-ai service
bun run dev:bitte-aiAdding 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
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for building and testing AI agents with multi-model experimentation and insights.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server for AI dialogue using various LLM models via AceDataCloud
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables AI applications to access 20+ model providers (including OpenAI, Anthropic, Google) through a unified interface for text and image generation.230MIT
- AlicenseBqualityDmaintenanceAn MCP server that retrieves and provides AI model information from OpenAI, Anthropic, and Google through a unified interface.311 npmMIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that supports STDIO, SSE and Streamable HTTP protocols for AI model interactions.92 npm1MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that bridges MCP clients with local LLM services, enabling seamless integration with MCP-compatible applications through standard tools like chat completion, model listing, and health checks.-