Provides a JavaScript runtime environment for the MCP server, allowing it to operate with Bun's performance optimizations and features.
Enables containerized deployment of the MCP server, supporting isolated execution environments with Docker build, run and management capabilities.
Provides build automation and configuration management for the MCP server through Make commands for both Node and Docker environments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Serverinitialize the server using Docker"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server
Initialization
Choose one of the following initialization methods based on your preferred environment:
Node Environment (Recommended)
To initialize the Node environment (installs dependencies, builds the server, and configures MCP settings):
make node-initDocker Environment
To initialize the Docker environment (builds the Docker image and configures MCP settings):
make docker-initRelated MCP server: MCP Remote Server
Development
Using Node (Recommended)
To build and run the server using Node:
# Build the server
make node-build
# Configure the server
make node-configUsing Docker
To build and run the server using Docker:
# Build the Docker image
make docker-build
# Run the Docker container
make docker-run
# Stop the Docker container
make docker-stop
# Clean up Docker resources
make docker-cleanMCP Settings
The MCP settings are automatically refreshed when you run make node-config. If you need to manually refresh the MCP settings:
make mcp-refreshAfter running the server, you need to configure MCP settings:
Open your IDE settings
Navigate to the MCP configuration section
Add a new MCP server with the following settings:
Name: MCP Server
Version: 1.0.0
Path: The path to your built server executable
This project was created using bun init in bun v1.2.5. Bun is a fast all-in-one JavaScript runtime.
sample-mcp-server
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.