We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MokhtarLahjaily/word-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
services:
word-mcp:
build: .
container_name: word-mcp-server
volumes:
- ./generated_reports:/app/output
environment:
- OUTPUT_DIR=/app/output
stdin_open: true # usage of stdin for MCP
tty: true # usage of tty for MCP