Catalog
io.github.oleksii-donets/simple_mcp_http
OfficialA Test MCP server that provides tools, promts and resources
Test MCP server providing basic tools, prompts, and resources for demonstration.
README not available yet.
Install
Configuration
Environment variables
APP_HOSTdefault 0.0.0.0Server host
APP_PORTdefault 8080Server port
claude_desktop_config.json
{
"mcpServers": {
"simple_mcp_http": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/d0nets/simple-mcp-http:0.0.4"
],
"env": {
"APP_HOST": "0.0.0.0",
"APP_PORT": "8080"
}
}
}
}