MCP server Rust ports:
https://crates.io/crates/filesystem-mcp-rs
https://crates.io/crates/memory-mcp-rs
These are the direct ports of https://github.com/modelcontextprotocol/servers:
They’re faster, better and in Rust. Filesystem searches/reads/writes files for you and I dropped extra features like line_edit, bulk_edit and grep.
Memory helps LLM to create a knowledge graph. It’s created in a user folder (meaning the knowledge graph is shared between all agents running under your user).
I’m using Claude Code and Codex and original servers had problems working with Codex – that’s why I started these ports: they’re single binary servers with no extra deps and work like a charm with both.
All you need to do is cargo install filesystem-mcp-rs memory-mcp-rs and add them to agent configs. Then just tell LLM to use new MCPs!