← Back to Plugins
MCP Server MCP

io.github.oleksii-donets/simple_mcp

github By github 👁 1 views ▲ 0 votes

A Test MCP server that provides tools, promts and resources

Homepage Verified source GitHub

Install

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

Configuration Example

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

Comments

Sign in to leave a comment

Loading comments...