andi-mcp

ajerni/andi-mcp

3.1

If you are the rightful owner of andi-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a simple Model Context Protocol (MCP) server implementation that exposes several utility functions as tools.

The MCP Server is designed to facilitate the execution of various utility functions through a simple protocol interface. It is particularly useful for testing and development purposes, allowing users to interact with predefined tools or extend the server's capabilities by adding custom functions. The server is implemented to work seamlessly with the MCP client, providing a straightforward way to perform operations like addition, multiplication, and personalized greetings. This server is part of Andi's personal testing setup on glama.ai and can be easily integrated into other applications or used in standalone mode.

Features

  • Simple implementation for easy setup and use.
  • Supports basic arithmetic operations like addition and multiplication.
  • Includes personalized greeting tools for user interaction.
  • Easily extendable with custom tools using decorators.
  • Compatible with MCP client for seamless integration.

Usages

usage with glama.ai

pip install "mcp[cli]"

usage with cursor

pip install "mcp[cli]"