MCP.so
登录

Simple MCP Server Example

@dabouelhassan

关于 Simple MCP Server Example

A simple example of a Model Context Protocol Server implementation

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

dabouelhassan

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Simple MCP Server Example?

Simple MCP Server Example is a basic implementation of a Model Context Protocol (MCP) server built with FastAPI. It provides a simple context service that processes prompt templates and supports parameterized prompts.

How to use Simple MCP Server Example?

Install dependencies with pip install -r requirements.txt, then run the server using uvicorn src.main:app --reload. The server exposes two endpoints: a GET / for health checks and a POST /context to retrieve context for a given prompt with optional parameters.

Key features of Simple MCP Server Example

  • Basic health check endpoint
  • Context endpoint that processes prompt templates
  • Support for parameterized prompts

Use cases of Simple MCP Server Example

FAQ from Simple MCP Server Example

评论

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