Liminality
ai.physea/liminalityBreaks a hard question or decision into grounded sub-questions and returns a checkable route.
Tools · 26
Decompose, ground, and answer a non-trivial task. Supports saved or per-call depth, safe trace, caller tools, and lean/full output.
List solve modes and every public capability.
Read this caller's saved solve and safety settings.
Save caller-scoped settings from one dict (depth, optimization, trace, relay, governance); keys and values in get_capabilities.
Fetch the full caller-owned result behind a lean solve.
Export a caller-owned result in a supported format.
Compress long context into a task-focused brief.
Create, resume, or report a bounded subagent packet (action='create'|'resume'|'report').
Create, safely resume, or list caller-scoped cross-session checkpoints (action='create'|'resume'|'list'). Create accepts an optional subject and source_sessions; Liminality assigns the subject number.…
Create a short form for missing user-specific facts.
Apply form answers to sharpen a task.
Report verified real-world outcome evidence for a result.
Report structured feedback on a result.
Apply a grade-form answer to a result.
Rank bounded one-factor variants for a route against your stated objective; candidates remain unsaved.
Create, validate, release and run pure algorithms over versioned datasets; runs replay byte-identical with zero model calls. action='run' is one solve; other actions are free.
Read or version the contract behind a solve (action='get'|'list'|'versions'|'new_version'|'graph'|'create'|'state'); graph also returns what is still unfinished.
Find a workaround for a blocked obligation without changing the task: open a case, read candidates with their boundary, choose, retry, verify against the original criteria (action='open'|'candidates'|…
Run lifecycle with run and attempt identity (action='start'|'status'|'list'|'cancel'|'reconcile'|'attempt'|'outcome'): cancel persists, an unknown effect is reconciled before any retry, simulate never…
Run a multi-source research pass for a question.
Create a caller-scoped connection link for a toolkit.
Register a caller-owned resource for future grounding.
Save caller-scoped tasks and importance signals.
Return this caller's deterministic ranked priority frame.
Read the capability catalog: action='search' returns every saved candidate for an objective with distinctiveness deltas; action='delta' compares a named entity pair.
Compatibility router for retained-context lifecycle actions.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"liminality": {
"url": "https://liminality.physea.ai/mcp",
"transport": "streamable-http"
}
}
}