← back

ground

2026-03-10github →

the problem

AI coding agents hallucinate API calls. they invent endpoints that don't exist, guess parameter names, and confidently use deprecated methods.

context7 and MCP doc servers solve this — but they need a running server, config files, and setup time.

the fix

ground stripe payment_intents | pbcopy

that's it. 2 seconds. paste into your agent session. no server, no config, no MCP.

how it works

ground downloads official docs, indexes them locally with SQLite FTS5, and returns the most relevant sections for your query. everything is local. everything is fast.

ground stripe --update        # index stripe docs
ground stripe webhooks         # query
ground nextjs "app router" --json  # structured output

agent interface

pipe ground output directly into your agent, or use --json for structured consumption.

supported platforms

stripe, nextjs, react, node, hono — more in v0.2.0.

pair with

  • vet — audit your AI code after the session
  • pinch — track what the session cost
  • mcp-tracer — debug your MCP connections