Useful Helpers Suite
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Useful Helpers Suitelist all available tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 viatools/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)This server cannot be deployed
Maintenance
Related MCP Connectors
A registry of AI agent tools — MCP servers, APIs, CLIs, SDKs — kept current by automated ingestion.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server for building and testing AI agents with multi-model experimentation and insights.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceAn MCP server that provides a single tool for discovering, auto-installing, sandboxing, and calling any API from the printing-press corpus. It enables agents to seamlessly find and execute API operations without per-API setup.MIT
- AlicenseNot gradedqualityCmaintenanceA unified MCP server providing AI agents with 40+ developer APIs including geolocation, crypto prices, DNS lookup, and web scraping. Enables natural language access to various tools through a single gateway.1MIT
- AlicenseNot gradedqualityFmaintenanceMCP server registry and marketplace that enables dynamic discovery, installation, and activation of tools at runtime, allowing AI agents to use new tools without restarting.99 npm7MIT
- AlicenseNot gradedqualityDmaintenanceA production-grade MCP server designed for multi-tenant, authenticated, and observable AI agent systems, enabling secure tool execution across heterogeneous data sources.64MIT