Forgeprint for Zed
io.github.forgeprint/forgeprint
Resolve a developer profile to exactly one project blueprint and return its CI-tested setup recipe.
client:Zed
transport:stdio
runtime:npm
Install Forgeprint in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"forgeprint": {
"command": "npx",
"args": [
"-y",
"forgeprint-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs