Skip to main content
Glama

Related Servers

Alternatives to Proximo

  • A
    license
    Not graded
    quality
    A
    maintenance
    An enhanced Python-based MCP server that enables complete VM lifecycle management and monitoring of Proxmox virtualization platforms through natural language, with 11 REST API endpoints for seamless integration.
    1,160 PyPI
    533
    MIT

Related Servers

TDQS

A4.1/5.0

Scored across 7 tools

Disambiguation4/5

Each tool has a distinct role: find/schema/read/call form a discovery-execution pipeline, recall serves estate/memory questions, and audit_entries/audit_verify handle ledger inspection and integrity. The only mild overlap is between proximo_recall and audit_entries for "what changed" questions, and between proximo_read and the broader proximo_call, but the descriptions draw clear lines.

Naming Consistency4/5

Names use consistent snake_case and clear domain prefixes (proximo_ vs audit_), which makes grouping obvious. However, not all names follow a single verb_noun pattern: proximo_tool_schema and audit_entries are noun-style while the rest are verb-led, so it is slightly mixed rather than fully uniform.

Tool Count5/5

Seven exposed tools is appropriate for a facade server: search, schema lookup, read-only execution, general execution, memory recall, and audit read/verify. Each earns its place, and the 908 underlying tools are intentionally indexed behind find_tools instead of being exposed directly.

Completeness4/5

The discovery → schema → execute lifecycle is fully covered, with audit read/verify and estate recall rounding out the domain. A full catalog listing tool is absent, but keyword search plus exact-name calling covers the practical workflow, so there are no serious dead ends.

Maintenance

ActivityActive
ResponsivenessResponsive