Skip to main content
Glama
by bsahane
userinput.py291 B
# userinput.py first_line = input("prompt: ") lines = [] if first_line != ".": lines.append(first_line) while True: line = input() if line == ".": break lines.append(line) user_input = "\n".join(lines) print("prompt: ", end="") print(user_input)

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/bsahane/mcp-proxmox'

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