MCP.so
登录

Demo MCP server

@up1

关于 Demo MCP server

暂无概览

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

up1

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Demo MCP server?

Demo MCP server is a lightweight Model Context Protocol (MCP) server that provides curl and database data retrieval capabilities. It is designed to run with MCPHost and can be containerized with Docker.

How to use Demo MCP server?

Build the Docker image with docker compose build, then install MCPHost (go install github.com/mark3labs/mcphost@latest), set the ANTHROPIC_API_KEY environment variable, and launch the server using mcphost --config ./mcp-server.json.

Key features of Demo MCP server

  • Curl for HTTP requests
  • Database data retrieval
  • Docker containerized setup
  • Integrates with MCPHost
  • Supports Anthropic LLM provider

Use cases of Demo MCP server

  • Querying databases through MCP tools
  • Making HTTP requests via MCP interface
  • Testing MCP server deployments with Docker
  • Prototyping MCPHost‑based applications

FAQ from Demo MCP server

What dependencies are needed to run Demo MCP server?

You need Docker and Go installed. MCPHost is installed via go install github.com/mark3labs/mcphost@latest, and an Anthropic API key is required.

How do I build and start the server?

Build the Docker image with docker compose build. Then run mcphost --config ./mcp-server.json after setting the ANTHROPIC_API_KEY environment variable.

What tools does the server expose?

The server exposes a curl tool and a tool to get data from a database. The exact tool names are not specified in the README.

Which LLM providers are supported?

The README shows support for Anthropic (Claude 3.5 Sonnet). Other providers are not mentioned.

Where does the configuration live?

The configuration is in a JSON file specified by the --config flag (e.g., ./mcp-server.json). The file’s contents are not detailed in the README.

评论

其他 分类下的更多 MCP 服务器