Daimonos
JSON →MCP server for coding agents that returns structured, low-noise tool output to reduce tokens/cost.
Install
pip install -r Tools · 6
- exec Execute shell commands and return structured JSON output instead of raw terminal text, with native plugins for git, cargo, gh, and docker, and semantic compression for other commands.
- read_file Read file contents with deduplication support, returning {'unchanged':true} if the file hasn't changed since last read.
- write_file Write content to files as part of the structured file operations.
- search Search code or file contents with structured JSON output.
- git_status Show git status as structured JSON output instead of raw terminal output.
- git_operations Perform git operations with structured JSON responses.