trazum for Cursor
io.github.davmunrey/trazum
Trazum as an MCP server: let an agent price and budget its own prompts before it sends them.
client:Cursor
transport:stdio
runtime:npm
Install trazum in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trazum": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@trazum/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs