MCP.so
登录

Mcp Server

@kongo97

关于 Mcp Server

Python MCP Server

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

kongo97

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Mcp Server?

Mcp Server is a Dockerized application that exposes functionalities—such as data, tools, or prompts—through the Model Context Protocol (MCP). It is designed for MCP clients, typically integrated into AI applications, that send requests to obtain information or execute operations, with the server handling interactions with underlying data sources or tools.

How to use Mcp Server?

Build the server image using docker compose build, then start the container in detached mode with docker compose up -d. Access the exposed APIs by opening http://localhost:8500 in a browser, and stop the container with docker compose down.

Key features of Mcp Server

  • Exposes data, tools, and prompts via MCP
  • Fully Dockerized for containerized

评论

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