pingpoint for Zed
io.github.sudzikcoin/pingpoint
Live truck GPS: create loads, read position, ETA, driver state, trip stats. API key or USDC x402.
client:Zed
transport:stdio
runtime:npm
Install pingpoint in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pingpoint": {
"command": "npx",
"args": [
"-y",
"@suverselabs/pingpoint-mcp"
],
"env": {
"PINGPOINT_AGENT_KEY": "<PINGPOINT_AGENT_KEY>",
"PINGPOINT_WALLET_KEY_FILE": "<PINGPOINT_WALLET_KEY_FILE>",
"PINGPOINT_NETWORK": "<PINGPOINT_NETWORK>",
"PINGPOINT_BASE_URL": "<PINGPOINT_BASE_URL>",
"PINGPOINT_RPC_URL": "<PINGPOINT_RPC_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs