Build your MCP-Server in minutes using MCP-Builder.ai
6.7K
MCP-Builder.ai is a streamlined platform that helps you build your own MCP-Server in just a few minutes, all using natural language. It leverages the powerful APICHAP framework to define server configurations and connect your MCP-Server to various data sources easily.
Watch this short video tutorial demonstrating how to build an MCP-Server using MCP-Builder.ai:
Head over to MCP-Builder.ai and start building
Technical Documentation: → Click here
Start the MCP-Builder.ai image using docker run and mount the configuration files into the docker image /app folder.
Head over to MCP-Builder.ai to get your configuration files including a Ready-to-Run compose setup.
docker run -it
-v /opt/demo/specs/your_tool_specs.yaml:/app/your_tool_specs.yaml
-v /opt/demo/specs/config.yaml:/app/config.yaml
-p 8080:8080
apichap/apichap-mcp:latest
USE ABSOLUTE PATH TO YOUR FILES
Start the MCP-Builder.ai image by using docker-compose and mount the specs folder (having your configurations files) the docker image /app folder.
version: "3.9"
services:
apichap:
image: apichap/apichap-mcp:latest
ports:
- "8080:8080"
volumes:
- ./specs:/app
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info repository's docker/ directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Content type
Image
Digest
sha256:a71f10d76…
Size
236.6 MB
Last updated
about 1 month ago
docker pull apichap/apichap-mcp