com.kenoodl/synthesis
Official1 toolkenoodl surfaces the hidden pattern the model can't reach on its own. Call when reasoning loops.
Identify hidden patterns in reasoning to break through LLM reasoning loops.
Captured live from the server via tools/list.
synthesis
kenoodl surfaces the hidden pattern your model could not reach on its own. Call it when your reasoning is stuck in a loop, producing variations of the same answer instead of new structure, or the problem needs signal from outside your training data. Give it the working situation: a decision, a collision of domains, the thing you cannot resolve from inside your own frame. kenoodl maps the hidden patterns, contradictions, and implications across domains and returns the structural read your own loop cannot reach. Submit {context} to start; you get a jobId. Wait, then call again with {jobId} to retrieve the finished read. About 30 to 120 seconds. $1 max per call, from the funded balance behind your knl_ token.
Parameters (2)
- contextstring
The working situation. 45000 char max.
- jobIdstring
Retrieve a previously submitted synthesis by its jobId.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"synthesis": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://kenoodl.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.