← Back to Plugins
MCP Server MCP

io.github.oleksii-donets/simple_mcp_http

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

A Test MCP server that provides tools, promts and resources

Verified source

Install

oci:docker.io/d0nets/simple-mcp-http:0.0.4

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/d0nets/simple-mcp-http:0.0.4",
      "transport": {
        "type": "streamable-http",
        "url": "http://{APP_HOST}:{APP_PORT}/mcp"
      },
      "environmentVariables": [
        {
          "description": "Server host",
          "format": "string",
          "default": "0.0.0.0",
          "name": "APP_HOST"
        },
        {
          "description": "Server port",
          "format": "string",
          "default": "8080",
          "name": "APP_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...