Model Context Protocol server that exposes the Directive knowledge package as MCP tools — stdio for local clients, SSE for hosted deployments at mcp.directive.run.
{
"mcpServers": {
"directive-runknowledge": {
"command": "npx",
"args": [
"-y",
"@directive-run/knowledge-mcp"
]
}
}
}