← Registry

Productivity

decisionlog.ai

Helps teams and AI agents record and retrieve decisions with context and history.

1 endpoint30 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://www.decisionlog.ai/api/mcp

No auth detected

MCP server metadata

Name
decision-log
Version
0.1.0
Capabilities
toolsresources
Server instructions

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_decision

Create an immutable Decision when permitted, otherwise create a reviewable DecisionCandidate.

Potential side effects
decision_log_search_decisions

Search decisions in the authenticated workspace.

Inferred read-only
decision_log_get_decision

Retrieve one decision by ID.

Inferred read-only
decision_log_supersede_decision

Create a replacement Decision and supersession relationship for an existing Decision.

Potential side effects
decision_log_lock_decision

Irreversibly prevent a current Decision from ever being superseded; may create an approval request.

Potential side effects
decision_log_approve_decision_action

Record one immutable approval or rejection attestation.

Inferred read-only
decision_log_get_decision_governance

Retrieve lock, authority snapshot, and approval state for a Decision.

Inferred read-only
decision_log_list_recent_decisions

List the most recent decisions in the authenticated workspace.

Inferred read-only
decision_log_submit_source

Submit source content for ingestion and later provenance links.

Inferred read-only
decision_log_list_sources

List visible SourceContent using bounded excerpts and canonical retention redaction.

Inferred read-only
decision_log_get_source

Retrieve one visible SourceContent detail projection.

Inferred read-only
decision_log_get_source_decisions

Retrieve visible DecisionSource links for one SourceContent record with each linked Decision's lifecycle, authoritative current-state, and supersession identity.

Inferred read-only
decision_log_list_candidates

List reviewable DecisionCandidates visible in the current Organization and Workspace before taking a resolution action.

Inferred read-only
decision_log_get_candidate

Get the complete visible review context for one DecisionCandidate before approving, rejecting, or converting it.

Inferred read-only
decision_log_create_candidate

Create a reviewable DecisionCandidate.

Potential side effects
decision_log_resolve_candidate

Approve or reject a pending DecisionCandidate.

Inferred read-only
decision_log_convert_candidate_to_supersession

Approve a pending DecisionCandidate as the immutable replacement for one current Decision, preserving provenance and supersession history.

Inferred read-only
decision_log_get_current_decision

Get the newest active decision in a domain.

Inferred read-only
decision_log_get_supersession_history

Retrieve the complete visible Decision supersession chain in oldest-to-newest order.

Inferred read-only
decision_log_get_decision_sources

Retrieve retention-safe provenance links for one visible Decision, including relationship, source lifecycle, and submitter metadata.

Inferred read-only
decision_log_list_audit_events

List the visible append-only audit events for the current Organization using the canonical permission-aware, attribution-safe projection.

Inferred read-only
decision_log_list_decisions_by_tag

List decisions related to an exact tag slug.

Inferred read-only
decision_log_list_decisions_by_domain

List decisions related to an exact domain slug.

Inferred read-only
decision_log_render_decision

Use this when the user wants to inspect one known Decision in a visual card.

Inferred read-only
decision_log_render_workspace_brief

Use this when the user wants a visual briefing of recent decisions, pending candidates, and source activity.

Inferred read-only
decision_log_render_decision_explorer

Use this when the user wants to browse the five most recent Decisions and optionally inspect one in detail.

Inferred read-only
decision_log_render_candidate_review

Use this when the user wants to inspect and disposition one known DecisionCandidate in a visual review workbench.

Inferred read-only
decision_log_render_supersession_composer

Use this when the user has a known active Decision and complete replacement meaning to review before supersession.

Inferred read-only
decision_log_render_source_pipeline

Use this when the user wants to inspect one known source, its provenance lifecycle, and extracted candidates.

Inferred read-only
decision_log_render_audit_explorer

Use this when the user wants to visually inspect attributable, append-only audit events with filtering and pagination.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.