Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MCPForge
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
MCPForge
3mo ago
I'm building MCPForge. The original idea came from repeatedly seeing the same workflow whenever someone wanted to expose an existing API to Claude, Cursor, or another agent: * Parse an OpenAPI spec * Generate tools * Handle auth * Depl
2.
▲
by
MCPForge
3mo ago
What's interesting is that the hardest problem doesn't seem to be coding anymore. It's orchestration, approvals, and knowing when an agent should hand control back to a human.
3.
▲
by
MCPForge
3mo ago
request_human_decision feels like the key idea here. Most discussions focus on agent autonomy, but production systems usually need structured approval points.
4.
▲
by
MCPForge
3mo ago
Local-first memory makes a lot of sense. Curious whether you're treating memory as agent-specific or shared across multiple MCP-connected agents.