AgentHubAgentHub

simple_mcp_http

MCP ServerMCP Registry官方收录

io.github.oleksii-donets/simple_mcp_http · v1.0.2

A Test MCP server that provides tools, promts and resources

概览

simple_mcp_http 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

APP_HOST可选

Server host

APP_PORT可选

Server port

相关资源

统一 Manifest

{
  "id": "io.github.oleksii-donets/simple_mcp_http",
  "type": "mcp-server",
  "version": "1.0.2",
  "displayName": "simple_mcp_http",
  "description": "A Test MCP server that provides tools, promts and resources",
  "distribution": {
    "packages": [
      {
        "registryType": "oci",
        "identifier": "docker.io/d0nets/simple-mcp-http:0.0.4",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "APP_HOST",
            "description": "Server host"
          },
          {
            "name": "APP_PORT",
            "description": "Server port"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.oleksii-donets/simple_mcp_http",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.oleksii-donets%2Fsimple_mcp_http/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
simple_mcp_http — MCP Server 安装与配置 · AgentHub