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
- Create a new directory in the
packagesfolder - Add 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
Bitte MCP Proxy
Project Details
- BitteProtocol/mcp
- mcp-proxy
- Last Updated: 4/19/2025
Categories
Recomended MCP Servers
A coincap mcp server to access crypto data from coincap API
Bringing the bankless onchain API to MCP
Ethereum Tools for Claude - A comprehensive blockchain analysis toolkit that enables Claude AI to audit smart contracts,...
An MCP (Model Context Protocol) tool that provides cryptocurrency market data using the CoinGecko API, specifically designed for...
ramp_mcp
An MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.
MCP Hyperliquid (https://app.hyperliquid.xyz) server
Stock market data provider for Claude Desktop using MCP
Binance Cryptocurrency MCP
An MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.





