Skip to main content
Glama

2025 Tax Law Amendment MCP Server

by CheolMinBae
docker-compose.yml382 B
version: '3.8' services: chromadb: image: chromadb/chroma:latest container_name: tax_document_chromadb ports: - "8000:8000" volumes: - chroma_data:/chroma/chroma environment: - CHROMA_SERVER_HOST=0.0.0.0 - CHROMA_SERVER_HTTP_PORT=8000 - CHROMA_SERVER_CORS_ALLOW_ORIGINS=["*"] restart: unless-stopped volumes: chroma_data:

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/CheolMinBae/mcp-server-sample'

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