Demo MCP server
@up1
关于 Demo MCP server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论