Trazum
Rank #3,065io.github.Davmunrey/trazum
Trazum as an MCP server: let an agent price and budget its own prompts before it sends them.
Trazum is a Model Context Protocol (MCP) server published by Davmunrey. It ranks #3,065 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Trazum is listed on Official MCP, with 12 tracked versions. It was first listed on Aug 25, 2026 and most recently updated on Sep 18, 2026.
Ranks ahead of 128,981 of 132,046 servers on MCP Toplist.
Use Trazum
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add trazum -- npx -y @trazum/mcp[mcp_servers.trazum]
command = "npx"
args = ["-y", "@trazum/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"trazum": {
"command": "npx",
"args": [
"-y",
"@trazum/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"trazum": {
"command": "npx",
"args": [
"-y",
"@trazum/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"trazum": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@trazum/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"trazum": {
"command": "npx",
"args": [
"-y",
"@trazum/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"trazum": {
"command": "npx",
"args": [
"-y",
"@trazum/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Davmunrey%2Ftrazum)<a href="https://mcptoplist.com/server/io.github.Davmunrey%2Ftrazum"><img src="https://mcptoplist.com/badge/io.github.Davmunrey%2Ftrazum.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Davmunrey
Available versions (12)
| Version | Published |
|---|---|
| 2.4.1 | Sep 18, 2026 |
| 2.4.0 | Sep 12, 2026 |
| 2.3.0 | Aug 31, 2026 |
| 2.2.1 | Aug 31, 2026 |
| 2.2.0 | Aug 30, 2026 |
| 2.1.0 | Aug 30, 2026 |
| 1.86.0 | Aug 29, 2026 |
| 1.85.0 | Aug 29, 2026 |
| 1.83.0 | Aug 28, 2026 |
| 1.82.0 | Aug 27, 2026 |
| 1.81.0 | Aug 26, 2026 |
| 1.80.1 | Aug 26, 2026 |
Frequently asked questions
- Who maintains Trazum?
- Trazum is maintained by Davmunrey, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is Trazum listed on the Official MCP Registry?
- Yes — Trazum is listed on the Official MCP Registry.
- How many versions does Trazum have?
- MCP Toplist tracks 12 versions of Trazum, most recently published on Sep 18, 2026.
- Where can I find the source code for Trazum?
- The source code for Trazum is hosted at github.com/Davmunrey/Trazum.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.