Skip to main content
Glama

DARPEngine

by DARPAI
producer.py291 B
from aiokafka import AIOKafkaProducer from registry.src.settings import settings async def get_producer(url=settings.broker_url) -> AIOKafkaProducer: return AIOKafkaProducer( bootstrap_servers=url, value_serializer=lambda m: m.model_dump_json().encode("utf-8"), )

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/DARPAI/darp_engine'

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