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 vscode

Manual

Add to .vscode/mcp.json in your project:

{
  "servers": {
    "workthin": {
      "type": "http",
      "url": "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 Copilot: "Search workthin for recent knowledge" — it should call the search-knowledge tool.

Troubleshooting

Tools not appearing? Ensure you are running VS Code v1.99 or later. Reload the window after saving settings.

ChatGPT

Connect workthin to ChatGPT via Apps.

Cursor

Add workthin MCP to Cursor via global MCP config.

On this page

AutoManualVerifyTroubleshooting