← Index

io.github.oleksii-donets/simple_mcp_http

io.github.oleksii-donets/simple_mcp_http·v1.0.2·Other
Quality Score
75
/100

A Test MCP server that provides tools, promts and resources

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "simple_mcp_http": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/d0nets/simple-mcp-http:0.0.4"
      ],
      "env": {
        "APP_HOST": "0.0.0.0",
        "APP_PORT": "8080"
      }
    }
  }
}
§02  Environment variables
APP_HOST

Server host

APP_PORT

Server port

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
10
stability
10
§04  Alternatives in Other