OpenMCP
OpenMCP is both: 1. a standard for converting web APIs into MCP servers 2. an open source registry of servers which follow the standard Each OpenMCP server gives MCP clients the ability to make requests to a particular web API in a token-efficient way. Together the servers in the registry represent a broad range of services, empowering the underlying client LLMs to fetch data and perform actions on behalf of their users across many domains.
BoltMCP
BoltMCP is an enterprise-grade MCP orchestration platform to create, deploy, and manage custom MCP servers on-premises.
Installation
There are two ways to install and run BoltMCP:
Testing locally with Docker Compose
To take a quick spin on your laptop, install BoltMCP with Docker Compose. This isn’t suitable for production.
Deploying to production with Helm
To deploy to a Kubernetes cluster, install BoltMCP with Helm. This is suitable for enterprise production environments.
For followers of OpenMCP
OpenMCP was an early exploration of techniques in token-management for MCP servers. Since then we’ve spent a lot of time building secure servers and learning from the process, which has evolved the project into what is now called BoltMCP. Thank you for your support and experimentation with OpenMCP, we hope this enthusiasm continues with all the developments we’ve made for this iteration.
What has changed
Hosting
- All software is now self-hosted on-premises
- Enterprise-grade cloud native infrastructure and integrations
Transport & authorization
- All servers are Streamable HTTP by default
- All servers are secured with OAuth 2 by default
- Each server can now interact with multiple upstream APIs with different auth requirements
Rich customization
- You can spin up custom MCP servers on-the-fly with a subset of tools tailored for your specific use-case
- Tools can now be fully customized with rich transformation of inputs/outputs, and composition of multiple API operations within a single tool, all backed by a declarative json/yaml spec.
- Tools can be registered up-front, retrieved on demand, or partially registered and lazy-loaded on demand
MCP client playground
- The application now bundles with an MCP client playground which you can use to chat with your servers
- The official MCP Inspector is also bundled with the application
Bring your own LLM
- Configure an LLM of your choice, self-hosted or cloud, to use for the AI-powered features within the application, including the playground
Recommend MCP Servers 💡
mcp-create
A dynamic MCP server management service that creates, runs, and manages MCP servers dynamically
mcp-outline
A Model Context Protocol (MCP) server that enables AI assistants to interact with Outline documentation services, providing features like document search, reading, creation, and comment management.
metabase-mcp-server
Integrates Metabase API with LLMs via MCP, acting as a bridge between analytics data and conversational AI.
wikipedia-mcp
Retrieves information from Wikipedia to provide context to Large Language Models through MCP
axlwolf/filesystem-mcp
Node.js server implementing Model Context Protocol (MCP) for filesystem operations
productboard-mcp
Integrates the Productboard API into agentic workflows via MCP, providing tools to access company, component, feature, and product data.