workthin
workthin
PricingBlogChangelogOverviewQuick StartConcepts

SetupTools Reference
IntegrationsClaude DesktopClaude CodeChatGPTVS Code / GitHub CopilotCursorOpenAI Codex CLIGitHub Copilot CLIGemini CLI
Skills & Commands

Docs for LLMs

llms.txtllms-full.txt
MCP ServerIntegrations

Auto

wt add gemini-cli

Manual

Add to ~/.gemini/settings.json:

{
  "mcpServers": {
    "workthin": {
      "httpUrl": "https://workthin.app/api/mcp",
      "headers": {
        "Authorization": "Bearer wt_your_api_key"
      }
    }
  }
}

Get your API key at workthin.app under Settings > API Keys.

Verify

Ask Gemini: "Search workthin for recent knowledge" — it should call the search-knowledge tool.

GitHub Copilot CLI

Add workthin MCP to GitHub Copilot CLI.

Hooks

Automate knowledge search and capture using AI tool hooks — search on every prompt, capture on session end.

On this page

AutoManualVerify