Catalog
io.github.silvanexum/silvanexum
OfficialSilvanexum
Spend control for AI agents - cost attribution, budget caps, and signed runs as MCP tools.
Cost attribution, budget caps, and spending control for AI agents.
README not available yet.
Install
Configuration
Environment variables
SILVANEXUM_API_KEYrequiredsecretA scoped Silvanexum API key (read+run recommended).
SILVANEXUM_BASE_URLAPI base URL (default https://api.silvanexum.com).
claude_desktop_config.json
{
"mcpServers": {
"silvanexum": {
"command": "npx",
"args": [
"-y",
"@silvanexum/mcp@0.3.0"
],
"env": {
"SILVANEXUM_API_KEY": "<YOUR_SILVANEXUM_API_KEY>",
"SILVANEXUM_BASE_URL": "<YOUR_SILVANEXUM_BASE_URL>"
}
}
}
}