Back to browse
Hahooh – Give AI agents the power to build their own MCP tools

Hahooh – Give AI agents the power to build their own MCP tools

by hahooh·Apr 28, 2026·2 points·0 comments

AI Analysis

●●SolidShip ItBold Bet

WordPress for MCP servers, but the agent-as-builder vision feels premature.

Strengths
  • Go-based CLI with cross-platform binaries shows serious engineering.
  • Security model using GCP Secret Manager and bcrypt is thoughtful.
Weaknesses
  • Agent-centric CLI assumes agents will self-configure, which isn't proven yet.
  • MCP ecosystem is still nascent — building infrastructure for it is speculative.
Category
Target Audience

AI developers, engineers building agent workflows

Similar To

LangChain · LlamaIndex · MCP Registry

Post Description

I built Hahooh because I was tired of writing the same boilerplate every time I wanted to give Claude or a local agent access to a new database schema or a random REST API.

While there are many great MCP servers out there, they are often fragmented or require manual setup. I wanted to create a "WordPress for MCP" experience where:

1. Non-authed/Public tools: You can quickly bridge a public API to an agent. 2. Agent-Centric CLI: Instead of a human configuring everything, the CLI is designed so an agent can eventually say "I need access to this DB" and (with permission) create its own bridge. 3. Security: I’m using GCP Secret Manager for credentials and bcrypt for API key hashing.

The stack is Go (backend), Vue 3 (frontend), and a Go-based CLI.

I’m really interested in the "agent-as-builder" paradigm. If agents can build their own tools, the engineering bottleneck for AI workflows disappears.

I'd love to hear your thoughts on the security model and how you’re handling MCP server management.

Site: https://hahooh.xyz CLI: https://hahooh.xyz/download

Similar Projects

AI/ML●●Solid

Quantlix – Deploy AI models instantly without managing infrastructure

Instant CLI deploys, a tiny REST surface and SDKs for Python/Node make spinning up an inference endpoint trivial — you can go from pip/npm to curl in minutes. The landing page leans into useful operational promises (EU hosting, scale-to-zero, <50ms inference) and clear pricing tiers, but the space is crowded (Replicate/Hugging Face/etc.) and the page lacks independent benchmarks or details about supported model formats, versioning, or runtime guarantees.

SlickSolve My Problem
jensenjesper
213mo ago
Security●●Solid

TrustVector – Trust evaluations for AI models, agents, & MCP

The clever bit is the evidence-first, CVSS-style reweightable trust vector: each evaluation is a structured JSON with sources and confidence so you can compute custom scores or ingest them into tooling. The public methodology and 100+ entries make it immediately useful, though it needs more automation/CI integrations and live testing pipelines to feel like an operational assurance platform rather than a curated directory.

Niche GemSolve My Problem
hckdisc
214mo ago
AI/ML●●●Banger

GhostDesk – MCP server giving AI agents a full virtual Linux desktop

Gives AI agents a full Linux desktop with human-like mouse movement to bypass bot detection.

WizardryZero to One
maltyxxx
502mo ago