Skip to main content
Glama
jacobmentalconstruct

Useful Helpers Suite

Useful Helpers Suite — Agent Control Plane

A suite of local developer tools and small apps, made agent-accessible and human-accessible through one shared tool registry and two entrances:

  • Agent entrance — an MCP server (python -m src.app mcp) exposing every tool via tools/list / tools/call.

  • Human entrance — a registry-driven desktop GUI (python -m src.app ui).

Both read the same registry and dispatch through one invoke() seam to each tool's headless CLI. Add a tool once → it appears in both entrances.

Layout

  • src/ — the control plane (core/ registry + invoke seam · interfaces/ mcp + cli · ui/ human entrance · lib/ shared).

  • tools/ — small re-homed CLI tools · apps/ — larger re-homed apps.

  • config/ — the generated registry. _docs/ — architecture, plans, provenance, journal.

  • .parts-bin/ — read-only donor reservoir (Mindshard + the legacy helper suite). Not a runtime dependency; everything shipped is re-homed out of it.

  • _BCC/ — the Builder Constraint Contract governing this project.

Related MCP server: Frostbyte MCP

Status

Control-plane spine is live with 44 registered capabilities + playbooks. The latest parked tranche is T-bd-graph: a deterministic split -> emit -> SQLite -> query/project graph pipeline re-homed from the BD donor suite. See _docs/IMPLEMENTATION_ROADMAP.md, _docs/TOOL_DERIVATION_PLAN.md, and _docs/DONOR_DEPLETION_AUDIT.md.

Quick start (once the spine lands at T3)

setup_env.bat            :: create the shared root .venv
run.bat cli tool-list    :: list registered tools
run.bat mcp              :: start the MCP server (agent entrance)
run.bat ui               :: launch the desktop GUI (human entrance)
python smoke_test.py     :: run the spine smoke suite (repeatable dogfood check)
A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jacobmentalconstruct/_UsefulHelpersSUITE'

If you have feedback or need assistance with the MCP directory API, please join our Discord server