Teak for AI Agents
Connect AI agents to Teak with MCP, ChatGPT connectors, REST, CLI, and llms.txt
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?
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?
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?
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?
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?
Prefer the compact map first, then deepen into API or MCP pages as needed:
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/referencefor the interactive OpenAPI referencehttps://teakvault.com/docs/mcp.mdfor MCP setup and toolshttps://teakvault.com/.well-known/mcp.jsonfor remote MCP discovery metadatahttps://teakvault.com/agent-readability.jsonfor the machine-readable docs surface map
Can agents use the command line?
Yes. Install the Teak CLI and sign in:
npx teak-cli@latest login
Then use commands such as:
teak cards search design
teak cards create "https://teakvault.com"
teak tags
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