← decisionlog.ai
INDIVIDUAL MCP TOOL
decision_log_list_decisions_by_domain
List decisions related to an exact domain slug.
LIVE ENDPOINT
https://www.decisionlog.ai/api/mcp
Connect to this endpoint to inspect the live schema for decision_log_list_decisions_by_domain and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
decision_log_create_decision— Create an immutable Decision when permitted, otherwise create a reviewable DecisionCandidate.decision_log_search_decisions— Search decisions in the authenticated workspace.decision_log_get_decision— Retrieve one decision by ID.decision_log_supersede_decision— Create a replacement Decision and supersession relationship for an existing Decision.decision_log_lock_decision— Irreversibly prevent a current Decision from ever being superseded; may create an approval request.decision_log_approve_decision_action— Record one immutable approval or rejection attestation.decision_log_get_decision_governance— Retrieve lock, authority snapshot, and approval state for a Decision.decision_log_list_recent_decisions— List the most recent decisions in the authenticated workspace.