Galley MCP
Related Servers
Alternatives to Galley MCP
No user-submitted related servers found.
Related Servers
- MIT
- AGPL 3.0
- -
- AlicenseAqualityBmaintenanceOpen source MCP server for OpenProject aimed at community edition users8671 PyPI2MIT
- MIT
- -
TDQS
Scored across 8 tools
Tools map to distinct actions: ping, read, list, search, propose, compile. The close pairs read_document/read_file and propose_edit/propose_files are separated clearly by session-target convenience vs exact-path reads and single-file vs atomic multi-file proposals.
Most tools follow a readable snake_case verb_noun pattern (read_document, list_files, propose_edit), but project_context is a noun phrase, compile is a bare verb, and galley_ping uses a server prefix unlike the others. These are minor deviations rather than chaotic naming.
8 tools is well-scoped for a collaborative document editing server. Each tool earns its place and the count sits comfortably within the ideal 3-15 range.
The surface covers the main workflow: inspect files, search the project, propose single or multi-file changes, and compile to verify. Minor gaps like no proposal history or binary byte retrieval don't create dead ends because statuses are returned and binary pointers are provided.