Skip to main content
Search & Data ExtractionPython

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.

search-data-extractionlocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/echology-io/decompose

Claude Desktop configuration example:

{
  "mcpServers": {
    "decompose": {
      "command": "npx",
      "args": [
        "-y",
        "echology-io/decompose"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
echology-io