We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jhalsey87/MCP_NIH_Reporter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
docker-compose.yml•320 B
version: '3.8'
services:
nih-reporter-mcp:
build: .
container_name: nih-reporter-mcp-server
stdin_open: true
tty: true
restart: unless-stopped
environment:
- PYTHONUNBUFFERED=1
# For MCP, we typically use stdio, so no ports are exposed
# The server communicates via stdin/stdout