Skip to main content
Glama
tools.py192 B
from llm.ollama_client import generate async def chat_with_llm(prompt: str) -> dict: answer = await generate(prompt) return { "prompt": prompt, "answer": answer }

Latest Blog Posts

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/lhmpaiPublic/McpLLMServer'

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