Loading MCP server directory, please wait...
A Test MCP server that provides tools, promts and resources
npx @getmcp/cli add io.github.oleksii-donets/simple_mcp_httpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.oleksii-donets/simple_mcp_http": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"APP_HOST",
"-e",
"APP_PORT",
"docker.io/d0nets/simple-mcp-http:0.0.4"
],
"env": {
"APP_HOST": "0.0.0.0",
"APP_PORT": "8080"
}
}
}
}