MCP.so
登录

MCP Server

@sampad1990

关于 MCP Server

This project implements an MCP-compliant server that allows AI models to discover and invoke tools through a standardized protocol. The server is designed to be modular, with each tool implemented as a separate Python module.

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

sampad1990

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server": {
      "command": "python",
      "args": [
        "-m",
        "src.server"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is MCP Server?

A scalable and modular Model Context Protocol (MCP) server implementation in Python that allows AI models to discover and invoke tools through a standardized protocol. Each tool is implemented as a separate Python module.

How to use MCP Server?

Install dependencies with pip install -r requirements.txt, then run python -m src.server. New tools can be added by creating a Python file in src/tools/ and using the @tool decorator.

Key features of MCP Server

  • MCP‑compliant protocol for tool discovery and invocation
  • Modular tool architecture with separate Python modules
  • @tool decorator for easy tool registration
  • Written in Python, scalable and extensible

Use cases of MCP Server

FAQ from MCP Server

评论

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