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.
What can agents do with Teak?
Section titled “What can agents do with Teak?”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.
How do I connect Claude?
Section titled “How do I connect Claude?”claude mcp add --transport http teak https://teakvault.com/mcpStart 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:
searchfinds matching cards and returns IDs, titles, and Teak app URLs.fetchopens a specific card and returns readable text plus metadata.
How do I use the REST API?
Section titled “How do I use the REST API?”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.
What should coding agents read first?
Section titled “What should coding agents read first?”https://teakvault.com/llms.txtfor the compact documentation maphttps://teakvault.com/llms-full.txtfor the full docs contexthttps://teakvault.com/docs/api.mdfor the REST API contracthttps://teakvault.com/docs/mcp.mdfor MCP setup and toolshttps://teakvault.com/.well-known/mcp.jsonfor remote MCP discovery metadata
Can agents use the command line?
Section titled “Can agents use the command line?”Yes. Install the Teak CLI and sign in:
npx teak-cli@latest loginThen use commands such as:
teak cards search designteak cards create "https://teakvault.com"teak tagsIs there an Agent Skill?
Section titled “Is there an Agent Skill?”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:
npx skills add praveenjuge/teak --skill teak