Agent-optimized MCP server with structured JSON tools. 20-45% token savings.
If you already use Daimonos, the daimonos mcp server is the piece that lets your assistant work with it directly. Agent-optimized MCP server with structured JSON tools. 20-45% token savings.
Daimonos replaces the built-in file, search, exec, and git tools in your AI coding agent with structured equivalents that return compact JSON instead of raw terminal output. The result: fewer tokens consumed, fewer round-trips, and lower API costs — with zero changes to your workflow.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
read_file — Read with optional offset/limit, content-hash deduplicationwrite_file — Write with auto-mkdiredit_file — String replacement with diff confirmationsearch — Regex search (content mode) or file discovery (file mode)exec — Run commands with semantic output filteringbatch — Multiple operations in a single round-tripworkspace_info — Project type, git status, directory listing, analyticsPrerequisites — The Prerequisites tool exposed by this server| Dependency | Required | Install | |-----------|----------|---------| | Rust (stable 1.75+) | Build | rustup.rs | | Python 3 + pytest | Tests | pip install -r tests/requirements.txt |
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Daimonos's toolset — read_file, write_file, edit_file and 5 more — is a fair guide to whether it matches your workflow. It is maintained by beardfaceguy; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Daimonos's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| read_file | Read with optional offset/limit, content-hash deduplication |
| write_file | Write with auto-mkdir |
| edit_file | String replacement with diff confirmation |
| search | Regex search (content mode) or file discovery (file mode) |
| exec | Run commands with semantic output filtering |
| batch | Multiple operations in a single round-trip |
| workspace_info | Project type, git status, directory listing, analytics |
| Prerequisites | The Prerequisites tool exposed by this server. |
{
"mcpServers": {
"daimonos": {
"command": "daimonos",
"args": ["--mcp", "-w", "/path/to/your/project"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Dependency | Required | Install | |-----------|----------|---------| | Rust (stable 1.75+) | Build | rustup.rs | | Python 3 + pytest | Tests | pip install -r tests/requirements.txt |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.