PromptSpend for VS Code
io.github.andrewavery7/promptspend
LLM pricing where every rate carries its source and the date it was last confirmed.
client:VS Code
transport:stdio
runtime:npm
Install PromptSpend in VS Code
.vscode/mcp.json
{
"servers": {
"promptspend": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@promptspend/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs