{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "app.vercel.interesting-concepts-ventures/threadkeep",
  "title": "Threadkeep \u2014 Agent Checkpoints",
  "description": "Agent checkpoints. Resume after context resets and handoffs with retry-safe, versioned saves.",
  "version": "1.0.0",
  "websiteUrl": "https://interesting-concepts-ventures.vercel.app/threadkeep/agents",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://interesting-concepts-ventures.vercel.app/api/threadkeep-mcp",
      "headers": [
        {
          "name": "X-Threadkeep-Agent-Key",
          "description": "Agent key from free HTTP registration. See website for setup. Public tool discovery needs no key.",
          "isSecret": true,
          "isRequired": false
        }
      ]
    }
  ]
}
