Knowledgeworker Connect · Secure knowledge layer for AI applications
Hosted in Germany · Permission-true · MCP-first

MCP server & REST API

A standardized, read-only knowledge access for ChatGPT Company Knowledge, Claude Custom Connectors, Cursor, Claude Code and your own applications.

Streamable HTTP · OAuth 2.1

MCP endpoint

The central MCP endpoint connects supported AI clients to the permission-true knowledge base.

https://kwrag.chemmedia.ai/mcp

Supported clients

GPT

ChatGPT

MCP server connector with OAuth; search and fetch per the Company Knowledge contract.

CL

Claude

Custom connector with search, fetch, answer and partition list.

</>

Cursor & Claude Code

API-key bearer via mcp.json; the same read-only tools.

Available MCP tools

ToolPurpose
searchSearch relevant passages in a permission-true way.
fetchRetrieve a specific source or passage.
kw_answerProduce a grounded answer with citations.
kw_list_partitionsList the available knowledge spaces.

REST API

CRUD for partitions, connections and documents, plus search and answer SSE. A generated TypeScript client eases integration.

mcp.jsonread-only
// .cursor/mcp.json
{
  "mcpServers": {
    "knowledgeworker": {
      "url": "https://kwrag.chemmedia.ai/mcp",
      "headers": {
        "Authorization": "Bearer $KW_API_KEY"
      }
    }
  }
}
Next step

Connect one source.
Check the first answer.

Start free with one connector and 1,000 queries per month.