mcp-server-demo
@dto-btn
关于 mcp-server-demo
Demo PoC MCP server to be used in other PoC
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-demo-dto-btn": {
"command": "uv",
"args": [
"pip",
"install",
"-r",
"pyproject.toml"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server-demo?
mcp-server-demo is a demonstration proof-of-concept MCP (Model Context Protocol) server intended for use in other PoC projects. It provides a minimal server implementation that can be run locally for testing and development.
How to use mcp-server-demo?
Install dependencies with uv pip install -r pyproject.toml, then run the server locally using mcp dev server.py. Navigate to the URL displayed in the terminal to test the server.
Key features of mcp-server-demo
- Proof-of-concept MCP server for demonstrations
- Uses
uvfor dependency management - Run via
mcp devcommand - Provides a URL endpoint for testing
Use cases of mcp-server-demo
- Serve as a reference implementation when building other MCP servers
- Validate MCP client integrations in proof-of-concept projects
- Experiment with the MCP protocol in a local development environment
FAQ from mcp-server-demo
What is the purpose of this server?
It is a demo PoC MCP server intended to be used in other proof-of-concept projects.
How do I install and run it?
Use uv pip install -r pyproject.toml to install dependencies, then run mcp dev server.py. Navigate to the URL shown to test the server.
Where can I find documentation for building similar servers?
The README references the MCP Python SDK tutorial on GitHub (https://github.com/modelcontextprotocol/python-sdk).
What package manager is required?
The server uses uv for installing dependencies from the pyproject.toml file.
How do I test the server after running it?
Once the server is running with mcp dev, navigate to the URL it displays in the terminal to interact with the server.
其他 分类下的更多 MCP 服务器
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.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论