Fast MCP Server
About
A lightweight MCP (Model Context Protocol) Server implementation exposing custom tools via SSE for integration with AI clients.
Details
- Author
- kongo97
- Downloads
- 261
- Categories
- Other
Jump to
- Exposes tools as MCP endpoints over SSE
- Containerized for quick deployment with Docker Compose
- Configurable port and bind address
- Includes example tools (weather alerts & forecast)
- Simple JSON‑RPC communication over SSE
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Fast MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, then build and start the Docker container: docker compose build followed by docker compose up -d. Configure an MCP‑compatible client to connect via SSE at http://localhost:8100/sse. Customize the port or host by setting MCP_PORT and MCP_HOST environment variables in docker-compose.yml.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"fast mcp server": {
"fast-mcp-server": {
"command": "docker",
"args": [
"compose",
"build"
]
}
}
}
}
McpServers
{
"fast-mcp-server": {
"command": "docker",
"args": [
"compose",
"build"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




