echology-io/decompose
by Various
The missing cognitive primitive for AI agents. Decompose any text into classified semantic units — authority, risk, attention, entities. No LLM. Deterministic.
MCP
echology-io/decompose
Added 1 June 2026
Overview
A Python library that splits text into classified semantic units such as authority, risk, attention, and entities. It operates deterministically without using a language model, making it predictable and lightweight for AI agent pipelines.
Best for
Best for
Developers building deterministic text decomposition components for AI agents without using LLMs
Use cases
- Extracting authoritativeness signals from text for fact-checking pipelines
- Identifying risk-related phrases in compliance or security documents
- Parsing attention-worthy segments for summarization or alerting
How to use
Install
pip install decompose-mcp Tested with
Claude Code, Cursor, Windsurf
Example client config
{\n "mcpServers": {\n "decompose": {\n "command": "uvx",\n "args": ["decompose-mcp", "--serve"]\n }\n }\n} Notes
A Python library that splits text into classified semantic units such as authority, risk, attention, and entities. It operates deterministically without using a language model, making it predictable and lightweight for AI agent pipelines.
9 stars on GitHub. Last updated 2026-05-24. Licensed MIT.
Use cases
- Extracting authoritativeness signals from text for fact-checking pipelines
- Identifying risk-related phrases in compliance or security documents
- Parsing attention-worthy segments for summarization or alerting
Pros
- Deterministic output with no reliance on LLMs, reducing cost and latency
- Lightweight and easy to integrate into existing Python projects
- Clearly defined output categories for straightforward downstream processing
Cons
- Limited to four predefined semantic categories, reducing flexibility for other use cases
- Very small community and low star count, indicating limited adoption and support
- May not capture nuanced or context-dependent meanings that an LLM could handle
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Deterministic output with no reliance on LLMs, reducing cost and latency
- Lightweight and easy to integrate into existing Python projects
- Clearly defined output categories for straightforward downstream processing
Cons
- Limited to four predefined semantic categories, reducing flexibility for other use cases
- Very small community and low star count, indicating limited adoption and support
- May not capture nuanced or context-dependent meanings that an LLM could handle
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.