MCP Servers / development / Daimonos

Daimonos

JSON →
stdiononedevelopment

MCP server for coding agents that returns structured, low-noise tool output to reduce tokens/cost.

Install
How to run this server
[ { "cmd": "pip install -r", "imports": [] } ]
server path: daimonos
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
Daimonos — MCP Server · libregistry