Model Context Protocol
Your assistant,
with the full trail.
Connect supported AI tools to ReasonTrail so they can retrieve approved project context, preserve provenance, and create reviewable captures while you work.
PRIMARY CONNECTION MODE
Connect to
ReasonTrail Cloud.
ReasonTrail Cloud MCP
Authenticated HTTPS endpointReasonTrail will provide an authenticated MCP endpoint for supported AI clients. Access will remain bound to your ReasonTrail account, active organization, approved projects, and granted tool capabilities.
https://app.reasontrail.ai/mcpExpected authorization flow
Account and organization scoped- 01
Sign in to ReasonTrail
- 02
Choose or approve an organization
- 03
Approve requested MCP capabilities
- 04
Connect the AI client
- 05
Review captured or proposed changes
ReasonTrail remains the authorization boundary.
The AI client can request context or actions. ReasonTrail decides what it is authorized to receive or change.
ReasonTrail does not give models unrestricted database, shell, repository, or filesystem access.
ADVANCED CONNECTION MODE
Developer and
self-hosted local MCP.
Run the ReasonTrail MCP server locally over stdio using your own ReasonTrail installation. This setup is intended for developers, self-hosted deployments, and advanced local environments.
Prepare your local installation
Install dependencies and configure the database connection for your self-hosted ReasonTrail instance.
cd /absolute/path/to/reasontrail
npm installChoose your MCP client
Replace the example path with the absolute path to your ReasonTrail installation.
[mcp_servers.reasontrail]
command = "npx"
args = ["tsx", "/absolute/path/to/reasontrail/scripts/mcp-server.mts"]claude mcp add reasontrail -- npx tsx /absolute/path/to/reasontrail/scripts/mcp-server.mtsClaude Desktop configuration Show JSON
{
"mcpServers": {
"reasontrail": {
"command": "npx",
"args": ["tsx", "/absolute/path/to/reasontrail/scripts/mcp-server.mts"]
}
}
}Restart the MCP client
The client starts and stops the local ReasonTrail MCP process automatically.
CONNECTED PROJECT MEMORY
Continue working.
Keep the reasoning.
Open ReasonTrail to review what connected clients capture and propose.
Request private beta