Skip to content

Teak for AI Agents

Teak gives AI agents a private memory layer for saved links, notes, files, tags, and design references. Agents can use the hosted MCP server at https://teakvault.com/mcp, the REST API at https://teakvault.com/api/v1, or the command-line app, with browser OAuth or teakapi_ API keys for authentication.

Agents can save new cards, search existing cards, get a card by ID, list tags, sync changes, run bulk updates, favorite or delete cards, and create upload URLs for file cards. The MCP server and REST API share the same card operations, so behavior is consistent across tools. This mirrors the tool set in the Raycast extension and the MCP server.

Terminal window
claude mcp add --transport http teak https://teakvault.com/mcp

Start the MCP connection in Claude and complete browser sign-in when prompted. API keys also work for clients that let you set an Authorization: Bearer <token> header.

How do I connect ChatGPT or Deep Research?

Section titled “How do I connect ChatGPT or Deep Research?”

Use https://teakvault.com/mcp as the remote MCP server URL. Teak exposes the plain search and fetch tools expected by ChatGPT connectors:

  • search finds matching cards and returns IDs, titles, and Teak app URLs.
  • fetch opens a specific card and returns readable text plus metadata.

Use the production base URL https://teakvault.com/api/v1. See the API docs for the full base URL list, authentication, endpoints, and error format — that page is the source of truth for the REST contract.

  • https://teakvault.com/llms.txt for the compact documentation map
  • https://teakvault.com/llms-full.txt for the full docs context
  • https://teakvault.com/docs/api.md for the REST API contract
  • https://teakvault.com/docs/mcp.md for MCP setup and tools
  • https://teakvault.com/.well-known/mcp.json for remote MCP discovery metadata

Yes. Install the Teak CLI and sign in:

Terminal window
npx teak-cli@latest login

Then use commands such as:

Terminal window
teak cards search design
teak cards create "https://teakvault.com"
teak tags

Yes. Teak ships a public Agent Skill for assistants that support skills-based workflows. Use it when an agent needs to save, search, retrieve, update, favorite, delete, or sync Teak cards through the CLI, API, SDK, or MCP server.

Install it from Skills.sh:

Terminal window
npx skills add praveenjuge/teak --skill teak