Connect servers, organize queries, and explore schema or catalog data. HTTP works in the browser or runtime. MongoDB and PostgreSQL run through the Local Runtime.
Connect HTTP, MongoDB, or PostgreSQL targets. Store auth and connection config once. Reference vault secrets everywhere.
Save, name, and categorize queries by project or team. Pin the ones you use daily. Add remarks and risk levels. Find anything instantly.
Run GraphQL, REST, Mongo, or SQL work with saved variables, headers, remarks, and risk levels. Open multiple queries side by side.
Browse GraphQL schemas and runtime-backed database catalogs. Inspect types, collections, tables, fields, and descriptions before you query.
GraphQL and REST can run directly in the browser. MongoDB and PostgreSQL execute through the Local Runtime.
The CLI reads the local runtime workspace snapshot. Every execution writes a local scratch artifact, and large results come back with size, type, and file metadata instead of blowing up your model context.
Every time an AI agent needs to query an API, it rediscovers schema, auth, and query shape. Spürhund gives agents a structured execution surface with session threading, observer approvals, and scratch artifacts for oversized results.
spuerhund_list_queries// Agent discovers available saved queries via MCP const queries = await mcp.call("spuerhund_list_queries", { server: "prod-api" }); // Agent executes an existing saved query const result = await mcp.call("spuerhund_execute_saved_query", { server: "prod-api", query: "order-status", sessionId: "sess_01HS7Y8XQ7A6C2", variables: { orderId: "ORD-42871" } }); // → { status: 200, outputType: "json", size: "2.8 MB", scratchFile: "~/.spuerhund/.../sess_01HS7Y8XQ7A6C2.json" }
Open Spürhund in your browser. Free. No account. No install. No excuses.
Config migration
The app is now available at app.spuerhund.dev. If this browser still has your old local workspace, you can export it now and import it there.
Confirming the export will also delete the old local IndexedDB here, so this popup will not show again.