MCP.so
Sign In
Servers

MCP Server

@ajerni

My personal MCP server.

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

More from Other