📦
UtilityBelt
Talk to MCP servers from aider
0 installs
Trust: 34 — Low
Devtools
Ask AI about UtilityBelt
Powered by Claude · Grounded in docs
I know everything about UtilityBelt. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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.
