Skip to content
Cursor

Decompose for Cursor

io.github.echology-io/decompose

Decompose text into classified semantic units. Authority, risk, attention. No LLM.

client:Cursor transport:stdio runtime:pypi

Install Decompose in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "decompose": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "decompose-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Decompose in other clients