Skip to main content
Glama

Grants Search MCP Server

version: '3.8' services: grants-mcp: build: context: . dockerfile: Dockerfile container_name: grants-mcp-server ports: - "8081:8080" environment: # Server config - MCP_TRANSPORT=http - PORT=8080 # API config - loaded from .env file - API_KEY=${API_KEY} - SIMPLER_GRANTS_API_KEY=${API_KEY} # Logging - LOG_LEVEL=INFO - PYTHONUNBUFFERED=1 # Cache config - CACHE_TTL=300 - MAX_CACHE_SIZE=1000 # Resource limits deploy: resources: limits: cpus: '1' memory: 1G # Auto-restart restart: unless-stopped # Network networks: - mcp-network networks: mcp-network: driver: bridge

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/Tar-ive/grants-mcp'

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