BitteProtocol/mcp
Platform-specific configuration:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
This monorepo contains MCP (Model Control Protocol) servers for different services.
https://mcp.bitte.ai/sse
{
"mcpServers": {
"bitte-ai": {
"url": "https://mcp.bitte.ai/sse"
}
}
}To install dependencies:
bun installThis project uses Turborepo for managing the monorepo workflow and Biome for code quality tools.
bun run buildbun run startbun run devbun run check
# To fix automatically:
bun run check:fix# Run bitte-ai service
bun run dev:bitte-aipackages folderThis project uses Bun as the JavaScript runtime.
For more information: Vibestreaming Logs
Loading reviews...