Kenai MCP Server Hub
Multiple Model Context Protocol servers available via HTTP endpoints
Quick Start
Add to your MCP configuration file:
~/.cursor/mcp.jsonor.cursor/mcp.jsonmcp.json
{
"mcpServers": {
"echo": {
"url": "https://mcp.kenai.app/echo"
},
"calculator": {
"url": "https://mcp.kenai.app/calculator"
},
"weather": {
"url": "https://mcp.kenai.app/weather"
},
"dynamo": {
"url": "https://mcp.kenai.app/dynamo"
}
}
}Available Servers
echo-server
v1.0.0A simple echo server that returns the input message
/echocalculator-server
v1.0.0A calculator server with basic math operations
/calculatorweather-server
v1.0.0A weather server that provides mock weather data for cities
/weatherdynamo-server
v1.0.0A read-only DynamoDB server for querying and exploring tables
/dynamoAPI Reference
POST
/[server]Send MCP messages to a specific server (Streamable HTTP transport)
GET
/[server]SSE connection for server-sent events from MCP server