draftlytic mcp for VS Code
io.github.rbsoftwaresystems/draftlytic-mcp
Offline MCP server for planning structured project specs — validate, render, and checklist tools.
client:VS Code
transport:stdio
runtime:npm
Install draftlytic mcp in VS Code
.vscode/mcp.json
{
"servers": {
"draftlytic-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"draftlytic-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs