Skip to main content
Glama

MCP Ansible Server

by bsahane
userinputadv.py294 B
# userinputadv.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-ansible'

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