Skip to content
Cline

simple mcp http for Cline

io.github.oleksii-donets/simple_mcp_http

A Test MCP server that provides tools, promts and resources

client:Cline transport:stdio runtime:oci

Install simple mcp http in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "simple_mcp_http": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/d0nets/simple-mcp-http:0.0.4"
      ],
      "env": {
        "APP_HOST": "<APP_HOST>",
        "APP_PORT": "<APP_PORT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

simple mcp http in other clients