Skip to main content
Glama

Office MCP Server

by walkingzzzy
Button.css859 B
.btn { padding: 10px 20px; border: none; border-radius: 4px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.2s ease; outline: none; } .btn:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); } .btn:active:not(:disabled) { transform: translateY(0); } .btn:disabled { opacity: 0.5; cursor: not-allowed; } .btn-primary { background-color: #0078d4; color: white; } .btn-primary:hover:not(:disabled) { background-color: #106ebe; } .btn-secondary { background-color: #f3f2f1; color: #323130; border: 1px solid #d2d0ce; } .btn-secondary:hover:not(:disabled) { background-color: #e1dfdd; } .btn-danger { background-color: #d13438; color: white; } .btn-danger:hover:not(:disabled) { background-color: #a4262c; } .btn-fullwidth { width: 100%; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/walkingzzzy/office-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server