trazum for VS Code
io.github.davmunrey/trazum
Trazum as an MCP server: let an agent price and budget its own prompts before it sends them.
client:VS Code
transport:stdio
runtime:npm
Install trazum in VS Code
.vscode/mcp.json
{
"servers": {
"trazum": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@trazum/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs