workthin
workthin
PricingBlogChangelogOverviewQuick StartConcepts

SetupTools Reference
Skills & Commands

Docs for LLMs

llms.txtllms-full.txt
MCP Server

Overview

The workthin MCP server is an HTTP endpoint that exposes knowledge tools for AI assistants. Any MCP-compatible client (Claude Desktop, Claude Code, Cursor, etc.) can search, create, and resolve knowledge directly.

Endpoint

https://workthin.app/api/mcp

Transport: HTTP (Streamable HTTP / SSE)

Authentication

Use an API key as a Bearer token:

Authorization: Bearer wt_a1b2c3d4e5f6g7h8i9j0

Generate API keys in the web UI under Settings > API Keys.

:::note workthin uses OAuth 2.1 for MCP HTTP transport authentication. Claude Code handles the OAuth flow automatically. Existing API key auth (wt_ prefix) is also supported for CLI and other clients. :::

Available Tools

ToolDescription
search-knowledgeSearch knowledge by natural language query
create-knowledgeCreate a new knowledge entry from a solved problem
resolve-knowledgeMark a knowledge entry as resolved
get-knowledgeRetrieve a specific knowledge entry by ID
update-knowledgeUpdate an existing knowledge entry
list-knowledgeList knowledge entries with filters
delete-knowledgeDelete a knowledge entry
comment-knowledgeAdd a comment to a knowledge entry
check-knowledgeCheck if knowledge exists for a query
get-chainGet the thought chain (ancestors, descendants, branches) for a knowledge entry

Verify

After configuration, your AI assistant should list workthin tools. Test with:

"Search workthin for redis timeout solutions"

See Integrations for setup instructions for specific clients.

Commands Reference

Complete reference for all workthin CLI commands.

Tools Reference

Detailed JSON examples for each workthin MCP tool.

On this page

OverviewEndpointAuthenticationAvailable ToolsVerify