Ganado Bridge
Related Servers
Alternatives to Ganado Bridge
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceA local filesystem MCP server providing constrained file operations (read/write, directory management, search, metadata) within configurable directories, with read-only mode and zero runtime dependencies.2 npmMIT
- AlicenseNot gradedqualityBmaintenanceLocal-first macOS MCP server for searching files, running approved Shortcuts, managing Homebrew packages, and working with local models, with read-only defaults and optional gated mutations.MIT
- AlicenseNot gradedqualityCmaintenanceLocal-first MCP server for safely searching, reading, summarizing, tagging, deduplicating, and organizing local files with scoped access, read-only defaults, and dry-run plans.17MIT
- AlicenseNot gradedqualityDmaintenanceStdio MCP server for sandboxed file access — read files, search content, safely edit with checksums, and manage file structure.6 npmISC
- FlicenseNot gradedqualityDmaintenanceA production-ready MCP server providing file, system, math, and text utilities through a simple CLI client.-
- AlicenseNot gradedqualityBmaintenanceLocal Files MCP server that lets MCP-compatible clients read, search, and modify files inside a sandboxed directory. Provides file management and coding workflow tools with security controls like path boundary enforcement and disabled deletion by default.MIT
TDQS
Scored across 13 tools
Every tool targets a distinct operation: file metadata, system info, directory listing, file read/write/edit/search, image viewing, and process lifecycle management are clearly separated. There is no meaningful overlap between write_file, edit_file, and read_file, nor between the process_* tools.
Most tools follow a clear verb_noun snake_case pattern (read_file, write_file, edit_file, process_start, process_stop). file_info and system_info are noun-based rather than verb-based, but the overall pattern is predictable and readable.
13 tools is well-scoped for a host bridge covering both file operations and process management. Each tool earns its place with no redundant or filler tools.
The process lifecycle is complete (start, read, input, stop, list) and file read/write/edit/search coverage is strong. Obvious minor gaps include no file delete, move, rename, or directory creation, but these are workable around and not central to the stated bridge purpose.