MCP.so
Sign In

MCP Server

@ajerni

About MCP Server

My personal MCP server.

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

ajerni

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

4

Add two numbers

Multiply two numbers

Responds with information about Andi

Greets a user by name

Overview

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

Comments

More Other MCP servers