Start here
The fastest path to adding Blueprint doctrine to your coding agent or AI runtime.
For engineers setting up a new agent runtime or adding doctrine to an existing one.
What you get
A public MCP endpoint for live doctrine retrieval, deterministic JSON and Markdown exports for local bundles, and installable rule files for Claude Code, Cursor, Windsurf, GitHub Copilot, Gemini CLI, and Codex. All artifacts are generated from the same structured source.
First call to make
Run clusters.list() to confirm the MCP endpoint is live and the session is valid. Then run examples.search(query="orchestration visibility steering", limit=3) as a second proof call. These two calls together validate that retrieval, search, and session handling work end to end.
Choose your install path
Pick the tool you use most: MCP for live retrieval, rule files for always-on guidance inside your IDE, or JSON exports for local offline use. Each path works independently, you do not need MCP to use the rule files, and you do not need the rule files to use MCP.
Free public MCP, no signup required
Set up in under 5 minutes
Pick your AI tool
Select your agent. The next steps adapt to your selection.
Add the doctrine layer
Drop the configuration into Claude Code so the blueprint loads as an always-on doctrine layer.
MCP config
{ "aidesignblueprint": { "type": "http", "url": "https://aidesignblueprint.com/mcp" } }Install the Claude Code pack
Download the always-on context file. Your agent grounds every response in the blueprint from this point.
Kick off your first task
Paste this prompt into Claude Code. The agent starts by reading the relevant principle for the task.
Kickoff prompt
Use the blueprint as a doctrine layer. Read the relevant principles first, then query the live MCP for clusters, examples, and assets. Start with clusters.list and propose the next useful lookup.Continue with the doctrine
Use principles, clusters, and examples to ground every implementation.
Recommended paths for current stacks
The example library is still expanding its Claude, TypeScript, and Next.js coverage. In the meantime, these are the strongest paths that already fit the product we have today.
Continue through the rest of the blueprint
The agent surface is a distribution branch, not a replacement for the handbook. Use it together with the core content paths below.
Also in this section