We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hypn4/opendart-fss-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•560 B
# OpenDART API Key (https://opendart.fss.or.kr 에서 발급)
OPENDART_API_KEY=your_api_key_here
# Transport protocol: stdio | http
# stdio: Claude Desktop, Claude Code 등 로컬 클라이언트용
# http: 원격 클라이언트용 (Streamable HTTP)
OPENDART_MCP_TRANSPORT=stdio
# HTTP 모드 설정 (transport=http 일 때만 적용)
# 바인딩 주소: 127.0.0.1 (로컬만), 0.0.0.0 (외부 허용)
OPENDART_MCP_HOST=127.0.0.1
# 포트 번호
OPENDART_MCP_PORT=8000
# 로그 레벨: DEBUG | INFO | WARNING | ERROR | CRITICAL
OPENDART_MCP_LOG_LEVEL=INFO