Back to MCP Servers
Decompose
Decompose text into classified semantic units with authority, risk, attention scores, and entity extraction. No LLM. Deterministic. Works as MCP server or CLI.
search-data-extractionllm
By echology-io
Installation
npx -y decomposeConfiguration
{
"mcpServers": {
"decompose": {
"command": "npx",
"args": ["-y", "decompose"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes