Skip to main content
Glama

Universal MCP Server

by akshayarav
test.py337 B
# Simple hello world program print("Hello, World!") # You can also make it interactive name = input("What's your name? ") print(f"Hello, {name}!") # Or create a function def greet(name="World"): """Simple greeting function""" return f"Hello, {name}!" if __name__ == "__main__": print(greet()) print(greet("Jane Doe"))

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/akshayarav/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server