MCP Proxy Monorepo
Monorepo for MCP (Model Control Protocol) servers enabling AI integrations.
Key Features
Use Cases
README
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
Star History
Repository Owner
Organization
Repository Details
Programming Languages
Tags
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
Agentset MCP
Open-source MCP server for Retrieval-Augmented Generation (RAG) document applications.
Agentset MCP provides a Model Context Protocol (MCP) server designed to power context-aware, document-based applications using Retrieval-Augmented Generation. It enables developers to rapidly integrate intelligent context retrieval into their workflows and supports integration with AI platforms such as Claude. The server is easily installable via major JavaScript package managers and supports environment configuration for namespaces, tenant IDs, and tool descriptions.
- ⭐ 22
- MCP
- agentset-ai/mcp-server
Remote-MCP
A type-safe, bidirectional system for remote Model Context Protocol communication.
Remote-MCP provides a simple and secure way to enable remote access to and centralized management of model contexts using the Model Context Protocol. It bridges local MCP clients with remote MCP servers, supporting a modular architecture via tRPC over HTTP. The tool allows integration both as a client and a server, catering to real-time remote access needs ahead of the official MCP roadmap.
- ⭐ 200
- MCP
- ssut/Remote-MCP
AtomGit MCP Server
AI-powered management and automation of AtomGit repositories via the Model Context Protocol.
AtomGit MCP Server implements the Model Context Protocol to enable AI-driven management and automation of AtomGit open collaboration platform repositories. It offers methods for managing repositories, issues, pull requests, branches, and labels, allowing seamless AI interaction with AtomGit. The server supports integration with platforms like Claude and VSCode, providing a standardized interface for AI to orchestrate complex collaboration workflows. Built with Node.js and easily deployable via npx or from source, it focuses on expanding collaborative capabilities using AI agents.
- ⭐ 7
- MCP
- kaiyuanxiaobing/atomgit-mcp-server
Maven Tools MCP Server
Universal Maven Central dependency intelligence server for JVM build tools via the Model Context Protocol.
Maven Tools MCP Server provides an MCP-compliant API delivering rich Maven Central dependency intelligence for JVM build tools like Maven, Gradle, SBT, and Mill. It enables AI assistants to instantly analyze, interpret, and recommend updates, health checks, and maintenance insights by reading maven-metadata.xml directly from Maven Central. With Context7 integration, it supports orchestration and documentation, enabling bulk analysis, stable version filtering, risk assessment, and rapid cached responses. Designed for seamless integration into AI workflows via the Model Context Protocol.
- ⭐ 14
- MCP
- arvindand/maven-tools-mcp
Mastra
A TypeScript framework for building scalable AI-powered agents and applications.
Mastra is a modern TypeScript-based framework designed for developing AI-powered applications and autonomous agents. It offers model routing to integrate over 40 AI providers, a graph-based workflow engine, advanced context management, and production-ready tools for observability and evaluation. Mastra features built-in support for authoring Model Context Protocol (MCP) servers, enabling standardized exposure of agents, tools, and structured AI resources via the MCP interface.
- ⭐ 18,189
- MCP
- mastra-ai/mastra
Parallel Task MCP
Launch deep research or task groups for Parallel APIs via the Model Context Protocol.
Parallel Task MCP provides a way to initiate and manage research or task groups through LLM clients using the Model Context Protocol. It enables seamless integration with Parallel’s APIs for flexible experimentation and production development. The tool supports both remote and local deployment, and offers connection capabilities for context-aware AI workflows.
- ⭐ 4
- MCP
- parallel-web/task-mcp
Didn't find tool you were looking for?