Skip to content

Reasons Service

Domain knowledge bases powered by epistemic reasoning

Connecting Claude Code

The quickest way to add the MCP server:

claude mcp add reasons-service --transport streamable-http https://ftl.reasonsforge.com/mcp

Then authenticate:

claude mcp login reasons-service

Example Prompts

Once connected, try asking Claude:

PromptWhat it does
List domainsShows all available knowledge bases
List beliefs for my-domainBrowse beliefs in a knowledge base
Find issues for my-domainFinds gated beliefs blocked by unless-list dependencies
Explain belief-id in my-domainTraces the justification chain for why a belief is IN or OUT
Deep search about security in my-domainIDF-ranked search across beliefs and source documents
Search for authentication in my-domainFull-text search across beliefs, entries, and sources
What would happen if we retracted belief-id in my-domain?Simulates the retraction cascade without modifying data

For more details, see the full guide including Claude Desktop setup, self-hosting, and REST API examples.