UtilityBelt

UtilityBelt is a collection of handy tools for the Rust programming language, designed to help developers work more efficiently. It integrates features such as code generation, debugging, and testing, significantly simplifying development within the Rust ecosystem. It is particularly beneficial for beginner to intermediate developers, as it helps ease the learning curve and improve project productivity.

GitHub Stars

9

User Rating

Not Rated

Favorites

0

Views

125

Forks

2

Issues

0

README

Description

A CLI tool for interacting with MCP endpoints for CLI based AI agents (like aider)

Usage

The purpose of this tool is to load aider with context of how to call tools on an MCP endpoint.

inside aider

/run utilitybelt describe https://mcp-example.com

this should a list of command line calls to aider to use as suggestions for tools it can call.

when tools are suggested, aider should use the following format:

/run utilitybelt tools call https://mcp-example.com <tool_name> "<tool_params_escaped_json>"
See it work

Using an MCP endpoint for a calculator in aider.

Screenshot 2025-03-24 at 1 02 00 AM Screenshot 2025-03-24 at 1 02 13 AM