loading…
Search for a command to run...
loading…
Bitte Protocol integration to run AI Agents on several blockchains.
Bitte Protocol integration to run AI Agents on several blockchains.
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 install
This project uses Turborepo for managing the monorepo workflow and Biome for code quality tools.
bun run build
bun run start
bun run dev
bun run check
# To fix automatically:
bun run check:fix
# Run bitte-ai service
bun run dev:bitte-ai
packages folderThis project uses Bun as the JavaScript runtime.
For more information: Vibestreaming Logs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"bitteprotocol-mcp": {
"command": "npx",
"args": []
}
}
}