We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/franlealp1/mcp-word'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Nixpacks configuration for Word MCP Server
providers = ["python"]
[phases.setup]
nixPkgs = ["libreoffice", "python311", "python311Packages.pip"]
[phases.install]
cmds = ["pip install --break-system-packages -r requirements.txt", "pip install --break-system-packages ."]
[start]
cmd = "python -m office_word_mcp_server"
[variables]
MCP_TRANSPORT = "streamable-http"
MCP_HOST = "0.0.0.0"
MCP_PORT = "8000"
MCP_PATH = "/mcp"
FASTMCP_LOG_LEVEL = "INFO"