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
ChatGPT
MCP server connector with OAuth; search and fetch per the Company Knowledge contract.
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
| Tool | Purpose |
|---|---|
| search | Search relevant passages in a permission-true way. |
| fetch | Retrieve a specific source or passage. |
| kw_answer | Produce a grounded answer with citations. |
| kw_list_partitions | List 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" } } } }
const result = await client.answer({ query: "Which approval is required?", partition: "engineering", citations: true });
Next step Connect one source.
Connect one source.
Check the first answer.
Start free with one connector and 1,000 queries per month.