TyphoonWu/mcp_server
If you are the rightful owner of mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a framework designed to facilitate the integration and management of machine learning models and their contexts, providing a seamless interface for model deployment and interaction.
inspector
A tool for debugging and inspecting model contexts.
MCP Server
Download
git clone https://github.com/TyphoonWu/mcp_server.git
git submodule init
git submodule update
安装pyproject.toml中的dependencies
pip install pdm
pdm install
如果需要更新pyproject.toml中的dependencies
pip install pdm
pdm add sentence-transformers
测试
确保llm 服务启动并提供相关API
python GenieAPIClient.py --prompt "please help find file README.md?" --stream
Documents:
https://fastapi.tiangolo.com/tutorial/#run-the-code https://github.com/tadata-org/fastapi_mcp/tree/main https://github.com/mamertofabian/mcp-everything-search/tree/main https://github.com/peterparker57/everything-mcp-server https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 https://github.com/modelcontextprotocol/inspector https://modelcontextprotocol.io/docs/tools/debugging