local-mcp-simple-server
Related Servers
Alternatives to local-mcp-simple-server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceExposes the agent's sandboxed file tool over stdio so any MCP client can retrieve the contents of a UTF-8 text file inside the working directory, with failures returned as recoverable error strings instead of exceptions. It lets the same ReAct loop swap in-process dispatch for an MCP hop without changing tool signatures.-
- AlicenseNot gradedqualityCmaintenanceEnables secure, read-only access to local project files (including text, DOCX, PDF, and XLSX) through MCP, with strict directory whitelisting and no write, edit, or command-execution tools.1MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to safely read and search project files within a configured root directory, supporting regex search, file listing, line-range reading, and symbol usage lookup.-
- FlicenseNot gradedqualityBmaintenanceEnables local ChatGPT/OpenAI MCP clients to read files and search within explicitly authorized directories using read-only, policy-constrained tools.1-

PC FileBridgeofficial
AlicenseNot gradedqualityAmaintenanceEnables ChatGPT, Codex, and compatible MCP clients to read bounded UTF-8 text and create files or directories in operator-selected folders, with strict protections against overwrites, deletes, and path escapes.Apache 2.0- AlicenseNot gradedqualityCmaintenanceProvides read-only workspace inspection, file reading, and search to Copilot agents via a stdio MCP server, with path containment and bounded output.MIT
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion or overlap. Every call is clearly directed to the single available operation.
The tool name 'read_source_file' follows a clear verb_noun pattern, which is consistent even though it is the only tool. The naming is descriptive and predictable.
A single tool feels thin for a server, but the purpose is explicitly simple (reading one file at a time), so it borders on acceptable. It would benefit from at least one companion tool like list_source_files.
The server only supports reading one file and offers no listing, writing, or directory traversal capabilities. Agents must know exact relative paths in advance, making workflows fragile and incomplete.