Loading MCP server directory, please wait...
HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants
npx @getmcp/cli add ai.com.mcp/hapi-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.com.mcp/hapi-mcp": {
"command": "docker",
"args": [
"3030:3030",
"~/.hapi:/app/.hapi",
"run",
"-i",
"--rm",
"-e",
"HAPI_FQDN",
"-e",
"HAPI_HOME",
"-e",
"PROJECT_NAME",
"-e",
"HAPI_OPENAPI",
"-e",
"HAPI_URL",
"-e",
"HAPI_PORT",
"-e",
"HAPI_HEADLESS",
"-e",
"HAPI_MCP",
"-e",
"HAPI_DEV",
"-e",
"HAPI_CORS",
"-e",
"HAPI_CONFIG_FILES",
"-e",
"NODE_ENV",
"docker.io/hapimcp/hapi-cli:0.6.0",
"serve",
"3030",
"true",
"true"
],
"env": {
"HAPI_FQDN": "localhost",
"HAPI_HOME": "/app/.hapi",
"PROJECT_NAME": "",
"HAPI_OPENAPI": "",
"HAPI_URL": "",
"HAPI_PORT": "3030",
"HAPI_HEADLESS": "true",
"HAPI_MCP": "true",
"HAPI_DEV": "",
"HAPI_CORS": "",
"HAPI_CONFIG_FILES": "",
"NODE_ENV": "production"
}
}
}
}