Skip to main content
Glama

Give Liminality a tough question, a real decision, or a multi-step task. It decomposes the request into the sub-questions that change the outcome, grounds each one in a real tool or endpoint, and returns a result you can verify: a scored decision frame for a choice, a grounded answer for a question. It earns its keep on the work one-shot guessing gets wrong, the hard and high-stakes stuff, not quick lookups.

Every solved ask is saved as a reusable route in a shared library, so the next close question comes back faster and cheaper. It runs as a hosted remote server over streamable HTTP. The first few asks on a new key are free.

Install

Remote server, nothing to build or run locally. Get a key at https://physea.ai/signup, then add it to your client.

Claude Code

claude mcp add liminality --transport http https://liminality.physea.ai/mcp --header "X-API-Key: YOUR_KEY"

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "liminality": {
      "url": "https://liminality.physea.ai/mcp",
      "headers": { "X-API-Key": "YOUR_KEY" }
    }
  }
}

VS Code

Add to .vscode/mcp.json:

{
  "servers": {
    "liminality": {
      "type": "http",
      "url": "https://liminality.physea.ai/mcp",
      "headers": { "X-API-Key": "YOUR_KEY" }
    }
  }
}
  • Endpoint: https://liminality.physea.ai/mcp

  • Transport: streamable HTTP (remote, hosted)

  • Auth: API key via X-API-Key or Authorization: Bearer, or OAuth 2.1. Free tier on a new key.

Related MCP server: Atom of Thoughts

What it is

Liminality is a reasoning layer that sits between your agent and the tools it could call. Instead of answering from memory, it works out the structure of the request first, then routes each piece to something real.

It runs on context-dependent determinism. Same question with the same known context routes the same way every time, so a result is reproducible and you can hand the route to someone else and get the same thing back. Change the context, and the route adapts to it. The determinism is in how it decides, not a frozen cache of canned answers.

Tools

  • solve is the front door. Give it anything non-trivial. It works out the structure (decompose, ground to real tools, score the decision) and returns a worked result: a scored decision frame for a choice, or a grounded answer for a question.

  • research runs a deeper multi-source pass that pulls real information for a question.

  • ask_form / apply_form: when the answer depends on your specifics, it hands back a short multiple-choice form. Relay it, then apply_form folds the answers into a sharper result.

  • get_my_context: what's known about you and what you've connected.

  • register_asset / set_preference: tell it about your material and how you like results.

  • report_feedback / report_outcome: tell it how a result did, so routes improve with use.

  • composio_connect: connect a tool so an action can run against it.

Discovery

  • https://liminality.physea.ai/.well-known/mcp

  • https://liminality.physea.ai/.well-known/agent.json

  • https://liminality.physea.ai/llms.txt


© 2026 Physea. All rights reserved. "Liminality", the name, and the logo are trademarks of Physea. This repository is a listing for a hosted service; no rights to the service, its software, or its data are granted. Use of the service is governed by the terms at https://physea.ai/mcp.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Structured reasoning MCP server that decomposes problems into atomic steps (premise, reasoning, hypothesis, verification, conclusion) with confidence scoring, live visualization, and approval feedback.
    Last updated
    3
    58
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A thinking assistant MCP server that helps you reason through problems using structured frameworks like first principles and sequential thinking, starting wherever you are — clear, messy, or fragmentary.
    Last updated
    25
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A structured reasoning and problem-solving MCP server that helps track step-by-step analysis with confidence levels, branching, and revisions, ideal for complex multi-step tasks like code optimization and debugging.
    Last updated

View all related MCP servers

Related MCP Connectors

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • Cloud-hosted MCP server for durable AI memory

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaybro2042-alt/liminality-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server