Generic MCP stdio server for any Nexural warehouse. Reads a warehouse root from args + exposes documents and templates as MCP tools. Phase 11.1 per ADR-0012 §5 (federation MCP layer).
{
"mcpServers": {
"nexuralwarehouse": {
"command": "npx",
"args": [
"-y",
"@nexural/warehouse-server"
]
}
}
}