We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Andrew82106/LLM_Docx_Agent_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run.sh•190 B
#!/bin/bash
# Run the docx-mcp server
set -e
# Activate virtual environment if it exists
if [ -d "venv" ]; then
source venv/bin/activate
fi
# Run the server
python -m docx_mcp.server