We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GongRzhe/Office-Word-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"word-document-server": {
"command": "/Users/gongzhe/GitRepos/Office-Word-MCP-Server/.venv/bin/python",
"args": [
"/Users/gongzhe/GitRepos/Office-Word-MCP-Server/word_mcp_server.py"
],
"env": {
"PYTHONPATH": "/Users/gongzhe/GitRepos/Office-Word-MCP-Server",
"MCP_TRANSPORT": "stdio"
}
}
}
}