My personal MCP server.
0 stars
Python
Updated Apr 24, 2025
Documentation
MCP Server
This is a simple Model Context Protocol (MCP) server implementation that exposes several utility functions as tools.
Purpose
Andi's personal MCP server test on glama.ai / Used in cursor with:
code
pip install "mcp[cli]"Available Tools
The server provides the following tools:
add: Add two numbersmultiply: Multiply two numbersandigreeter: Responds with information about Andinamegreeter: Greets a user by name
Custom Development
To add more tools, simply define new functions with the @mcp.tool() decorator:
python
@mcp.tool()
def your_function(param1: type, param2: type) -> return_type:
"""Description of your function"""
# Your code here
return resultSimilar MCP
Based on tags & features
Trending MCP
Most active this week