echology-io/decompose
Decompose text into classified semantic units with authority, risk, attention scores, and entity extraction. No LLM. Deterministic. Works as MCP server or CLI.
Quick Start
Clone the repository:
git clone https://github.com/echology-io/decomposeClaude Desktop configuration example:
{
"mcpServers": {
"decompose": {
"command": "npx",
"args": [
"-y",
"echology-io/decompose"
]
}
}
}Check the repository README for specific installation and configuration instructions.