Path402 — Tokenised Web Content for AI Agents for Zed
io.github.b0ase/path402
AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol
client:Zed
transport:stdio
runtime:npm
Install Path402 — Tokenised Web Content for AI Agents in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"path402": {
"command": "npx",
"args": [
"-y",
"path402"
],
"env": {
"PATH402_API_URL": "<PATH402_API_URL>",
"PATH402_DEFAULT_BUDGET": "<PATH402_DEFAULT_BUDGET>",
"PATH402_WALLET_WIF": "<PATH402_WALLET_WIF>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs