Skip to content

Reasons Library

Domain knowledge bases powered by epistemic reasoning

Connecting Claude Code

The quickest way to add the MCP server:

claude mcp add reasons-library \
  --transport streamable-http \
  --header "Authorization: Bearer <token>" \
  https://library.reasonsforge.com/mcp

Get a token by signing in with Google, or use your API key.

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
Explain belief-id in my-domainTraces the justification chain for why a belief is IN or OUT
Search for authentication in my-domainText search across beliefs

For more details, see the full guide.