Productivity
decisionlog.ai
Helps teams and AI agents record and retrieve decisions with context and history.
ENDPOINT 1
https://www.decisionlog.ai/api/mcp
MCP server metadata
- Name
- decision-log
- Version
- 0.1.0
Before using Decision Log tools, read and follow the organization-aware skill at skill://decision-log. Decision Log is append-only; server permissions and validation remain authoritative.
Known tools 30
decision_log_create_decisionCreate an immutable Decision when permitted, otherwise create a reviewable DecisionCandidate.
Potential side effectsdecision_log_supersede_decisionCreate a replacement Decision and supersession relationship for an existing Decision.
Potential side effectsdecision_log_lock_decisionIrreversibly prevent a current Decision from ever being superseded; may create an approval request.
Potential side effectsdecision_log_approve_decision_actionRecord one immutable approval or rejection attestation.
Inferred read-onlydecision_log_get_decision_governanceRetrieve lock, authority snapshot, and approval state for a Decision.
Inferred read-onlydecision_log_list_recent_decisionsList the most recent decisions in the authenticated workspace.
Inferred read-onlydecision_log_submit_sourceSubmit source content for ingestion and later provenance links.
Inferred read-onlydecision_log_list_sourcesList visible SourceContent using bounded excerpts and canonical retention redaction.
Inferred read-onlydecision_log_get_source_decisionsRetrieve visible DecisionSource links for one SourceContent record with each linked Decision's lifecycle, authoritative current-state, and supersession identity.
Inferred read-onlydecision_log_list_candidatesList reviewable DecisionCandidates visible in the current Organization and Workspace before taking a resolution action.
Inferred read-onlydecision_log_get_candidateGet the complete visible review context for one DecisionCandidate before approving, rejecting, or converting it.
Inferred read-onlydecision_log_convert_candidate_to_supersessionApprove a pending DecisionCandidate as the immutable replacement for one current Decision, preserving provenance and supersession history.
Inferred read-onlydecision_log_get_supersession_historyRetrieve the complete visible Decision supersession chain in oldest-to-newest order.
Inferred read-onlydecision_log_get_decision_sourcesRetrieve retention-safe provenance links for one visible Decision, including relationship, source lifecycle, and submitter metadata.
Inferred read-onlydecision_log_list_audit_eventsList the visible append-only audit events for the current Organization using the canonical permission-aware, attribution-safe projection.
Inferred read-onlydecision_log_list_decisions_by_domainList decisions related to an exact domain slug.
Inferred read-onlydecision_log_render_decisionUse this when the user wants to inspect one known Decision in a visual card.
Inferred read-onlydecision_log_render_workspace_briefUse this when the user wants a visual briefing of recent decisions, pending candidates, and source activity.
Inferred read-onlydecision_log_render_decision_explorerUse this when the user wants to browse the five most recent Decisions and optionally inspect one in detail.
Inferred read-onlydecision_log_render_candidate_reviewUse this when the user wants to inspect and disposition one known DecisionCandidate in a visual review workbench.
Inferred read-onlydecision_log_render_supersession_composerUse this when the user has a known active Decision and complete replacement meaning to review before supersession.
Inferred read-onlydecision_log_render_source_pipelineUse this when the user wants to inspect one known source, its provenance lifecycle, and extracted candidates.
Inferred read-onlydecision_log_render_audit_explorerUse this when the user wants to visually inspect attributable, append-only audit events with filtering and pagination.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.decision-log]
url = "https://www.decisionlog.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"decision-log": {
"type": "http",
"url": "https://www.decisionlog.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: decision-log
Remote MCP URL: https://www.decisionlog.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"decision-log": {
"url": "https://www.decisionlog.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"decision-log": {
"type": "http",
"url": "https://www.decisionlog.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "decision-log",
"transport": "streamable-http",
"url": "https://www.decisionlog.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.