diff --git a/README.md b/README.md index 95a974863..d9648430d 100644 --- a/README.md +++ b/README.md @@ -1613,6 +1613,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [bzsanti/oxidize-python](https://github.com/bzsanti/oxidize-python) [![bzsanti/oxidize-python MCP server](https://glama.ai/mcp/servers/bzsanti/oxidize-python/badges/score.svg)](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) [![risha-max/0xpdf-mcp MCP server](https://glama.ai/mcp/servers/risha-max/0xpdf-mcp/badges/score.svg)](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) [![chisel MCP server](https://glama.ai/mcp/servers/@ckanthony/chisel/badges/score.svg)](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) [![Cohexa-ai/agent-coherence MCP server](https://glama.ai/mcp/servers/Cohexa-ai/agent-coherence/badges/score.svg)](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) [![convertica-net/convertica-mcp MCP server](https://glama.ai/mcp/servers/convertica-net/convertica-mcp/badges/score.svg)](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) [![dabito/hledit-mcp MCP server](https://glama.ai/mcp/servers/dabito/hledit-mcp/badges/score.svg)](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.