segun/mcp-server-function-hub
3.1
If you are the rightful owner of mcp-server-function-hub and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for the Function Hub API.
Function Hub MCP Server
MCP Server for the Function Hub API.
Setup
API Key
Get a function hub API Key here.
Usage with Claude Desktop
Add the following to your claude_desktop_config.json
:
NPX
{
"mcpServers": {
"function-hub": {
"command": "npx",
"args": [
"-y",
"github:segun/mcp-server-function-hub"
],
"env": {
"API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Build
Docker build:
docker build -t mcp/google-maps -f src/google-maps/Dockerfile .
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.