MCP.so
登录

MCP Server

@ajerni

关于 MCP Server

My personal MCP server.

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

ajerni

配置

暂无标准配置

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

代码仓库

工具

4

Add two numbers

Multiply two numbers

Responds with information about Andi

Greets a user by name

概览

What is MCP Server?

MCP Server is a simple Model Context Protocol (MCP) server implementation that exposes several utility functions as tools. It was created as a personal test project for use with Cursor and glama.ai.

How to use MCP Server?

Install with pip install "mcp[cli]" and then configure the server in Cursor or glama.ai. Tools are invoked via the MCP protocol once the server is running.

Key features of MCP Server

  • Exposes tools: add, multiply, andigreeter, namegreeter
  • Add new tools easily with the @mcp.tool() decorator
  • Written in Python using the MCP Python SDK
  • Designed for testing MCP on glama.ai and Cursor

Use cases of MCP Server

评论

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