mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-07-27 01:17:00 +00:00
Merge pull request #9597 from hipvlady/add-agent-coherence-swg
Add hipvlady/agent-coherence (stale-write-guard-fs) to File Systems
This commit is contained in:
@@ -1613,6 +1613,7 @@ Provides direct access to local file systems with configurable permissions. Enab
|
||||
- [bzsanti/oxidize-python](https://github.com/bzsanti/oxidize-python) [](https://glama.ai/mcp/servers/bzsanti/oxidize-python) 🐍 🏠 🍎 🪟 🐧 - Rust-powered PDF toolkit: create, read, and analyze PDFs; extract text and entities for RAG; convert to Markdown; split, merge, rotate, and reorder pages; add content, annotations, and form fields; and encrypt documents. Ships in the `oxidize-pdf` PyPI package — run locally with `uvx oxidize-mcp`.
|
||||
- [risha-max/0xpdf-mcp](https://github.com/risha-max/0xpdf-mcp) [](https://glama.ai/mcp/servers/risha-max/0xpdf-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Schema-first PDF→JSON MCP for AI agents (0xPdf API). Define a JSON schema, parse invoices/forms (OCR optional), manage schemas, and poll async jobs. `uvx oxpdf-mcp` · [docs](https://0xpdf.io/docs#mcp) · [playground](https://0xpdf.io/samples)
|
||||
- [ckanthony/Chisel](https://github.com/ckanthony/Chisel) [](https://glama.ai/mcp/servers/@ckanthony/chisel) 🦀 🏠 🍎 🐧 ☁️ - Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100× fewer tokens), and read large files with targeted `grep`/`sed` instead of full reads (up to 500×). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM).
|
||||
- [Cohexa-ai/agent-coherence](https://github.com/Cohexa-ai/agent-coherence) [](https://glama.ai/mcp/servers/Cohexa-ai/agent-coherence) 🐍 🏠 - Coherence guard for shared files: when two agents write the same file, the stale writer is denied instead of silently overwriting, then reacquires and retries. Single-host, TLA+-verified. Install: `uvx --from "agent-coherence[mcp]" stale-write-guard-fs`.
|
||||
- [convertica-net/convertica-mcp](https://github.com/convertica-net/convertica-mcp) [](https://glama.ai/mcp/servers/convertica-net/convertica-mcp) 📇 ☁️ - Convert PDF ⇄ Word, Excel, PowerPoint, JPG, HTML, Markdown, EPUB and PDF/A, plus merge, split, compress, watermark, sign, and protect PDFs, and convert images (HEIC, WebP) — 35+ tools from convertica.net. Zero-config via `npx convertica-mcp`.
|
||||
- [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Share code context with LLMs via MCP or clipboard
|
||||
- [dabito/hledit-mcp](https://github.com/dabito/hledit-mcp) [](https://glama.ai/mcp/servers/dabito/hledit-mcp) 📇 🏠 🍎 🪟 🐧 - Hash-anchored file edits for MCP clients. Reads files with line anchors, validates anchors against current content, and rejects stale writes before changing files.
|
||||
|
||||
Reference in New Issue
Block a user