MCP.so
登录

Model Context Protocol Server

@tian1ll1

关于 Model Context Protocol Server

A Model Context Protocol server implementation with FastAPI

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

tian1ll1

配置

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

{
  "mcpServers": {
    "mcp-protocol-server": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Model Context Protocol Server?

A FastAPI-based implementation of a Model Context Protocol (MCP) server that handles model context management, session handling, and protocol operations. It provides a REST API with WebSocket support, authentication, and request validation, intended for developers building applications that require structured model context and session management.

How to use Model Context Protocol Server?

Clone the repository, create a

评论

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