Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Conducted MCP

io.github.mostov82/conducted-mcp

Stateless advisor + validator for Conducted Development: kickoff, artifact validation, rule checks.

Uptime
100.0%
1 direct probes · 30d
Response
288ms
last probe
Tools
7
callable
Resources
12
readable
Prompts
1
available

Tools · 7

validate_artifact

Strictly check whether a Conducted Development artifact's text satisfies the methodology's required structure. Supply the artifact's type and its full text (the server never reads files). Returns { va…

kickoff_questions

Return the branched kickoff interview (DECISIONS.md D3/D4). Supply `project_type`: 'greenfield' asks the full set; 'brownfield' uses the agent-supplied `detected` facts (language, framework, tests, CI…

kickoff_plan

Assemble, from the bundled templates, the four `_template.md` copies (front-matter tokens replaced), `decision-log.md`, and a filled `AGENT_CONVENTIONS.md` (kickoff guide Steps 2–5). Supply `project_t…

next_procedure

Return the ordered procedure for where the agent is in the methodology loop. Supply `phase` (one of: kickoff, goal_brief, intent_doc, session_open, session_active, session_close, standup) and optional…

standup_due

Given agent-supplied facts, decide whether a standup is due. Triggers in priority order: a deliverable gate reached → 'gate'; else a dependency intersection → 'intersection'; else more than five worki…

evaluate_gate

Encode the goal-brief rule that no session may begin while any gate is open. Supply either a structured `gates` list ([{ id, resolved }]) or a goal-brief `content` string, in which case the GATE LIST …

decision_log_guidance

Encode the Decision-Log 'when to use it' rules. Set whichever apply: `escalation_fired`, `gate_resolved_cross_cutting`, `affects_multiple_tickets`, `override_architectural`, `confined_to_one_session`.…

Resources · 12

guide-kickoff

How to bootstrap a project under the Conducted Development methodology.

conducted://guide/kickoff
guide-goal-brief

How to author a Goal Brief (business goal → intent → DoD → gates → decomposition).

conducted://guide/goal-brief
guide-intent-doc

How to author an intent document (the per-ticket contract).

conducted://guide/intent-doc
guide-session

How to run and log a working session under the methodology.

conducted://guide/session
guide-standup

How and when to run a standup (the ritual that lets the methodology learn).

conducted://guide/standup
template-goal-brief

Fill-in template for a Goal Brief.

conducted://template/goal-brief
template-intent-doc

Fill-in template for an intent document.

conducted://template/intent-doc
template-session-log

Fill-in template for a session log.

conducted://template/session-log
template-standup

Fill-in template for a standup.

conducted://template/standup
template-decision-log

Fill-in template for the append-only decision log.

conducted://template/decision-log
template-agent-conventions

Fill-in template for a project's AGENT_CONVENTIONS.md.

conducted://template/agent-conventions
conventions

This project's filled-in AGENT_CONVENTIONS.md.

conducted://conventions

Prompts · 1

kickoff

Walk the connecting agent through bootstrapping a project's Conducted planning structure: read/inspect the project (greenfield vs brownfield), call kickoff_questions, interview the human, call kickoff…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "conducted_mcp": {
      "url": "https://conducted-mcp.jonathanmostov.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}