Adi MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Adi MCP ServerWhat's the weather in Tokyo?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Adi MCP Server
A Model Context Protocol (MCP) server implementation using FastMCP that provides a set of tools for LLMs to interact with.
Features
Weather Integration: Get current weather information for any city using the OpenWeatherMap API.
Mathematical Operations: A simple
addtool to demonstrate basic functionality.
Related MCP server: Weather MCP Server
Prerequisites
Python >= 3.13
An OpenWeatherMap API Key (Get one here)
Installation
Clone the repository:
git clone <repository-url> cd ModelContextProtocalInstall dependencies:
pip install .Set up your environment variables: Create a
.envfile in the root directory and add your API key:OPENWEATHER_API_KEY=your_openweathermap_api_key_here
Usage
Running the Server
You can run the server using the MCP CLI:
mcp run main.pyAvailable Tools
Tool | Description | Arguments |
| Adds two integers together. |
|
| Fetches real-time weather data for a specified city. |
|
Project Structure
main.py: The core server logic and tool definitions.pyproject.toml: Project metadata and dependency definitions..env: Environment variables (not tracked by git).
License
[Specify License, e.g., MIT]
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adityapatel143/GenAi_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server