We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
nats-server.conf•494 B
# See: https://docs.nats.io/running-a-nats-service/configuration
# Maximum number of bytes in a message payload. It is not recommended to use
# values over 8MB but `max_payload` can be set up to 64MB. The max payload must
# be equal to or smaller than the `max_pending` value.
#
# Default: 1MB
max_payload: 8MB
# Maximum number of bytes buffered for a connection.
#
# Default: 64MB
max_pending: 128MB
# http port for server monitoring
http_port: 8222
# JetStream configuration
jetstream {}