Integration
ChatGPT
This guide registers knowmind as a custom connector in ChatGPT. Available on ChatGPT Plus, Pro, Team and Enterprise. Setup takes around three minutes.
Prerequisites
- ChatGPT account on Plus, Pro, Team or Enterprise
- On Team and Enterprise, approval from the workspace administrator if connectors are gated
- knowmind account on any plan
- For the token option: API token of the form kmt_…
Steps
- 1
Open the connector dialog
In ChatGPT click your profile at the bottom left, then Settings → Connectors. In newer ChatGPT versions the area may be labelled Settings → Connectors or Developer Mode → Custom Connectors, depending on plan. Click New custom connector.
Outcome: The connector dialog is visible.
- 2
Configure the integration
Option A — OAuth (recommended where your ChatGPT plan supports it):
textName: knowmind URL: https://knowmind.de/api/mcp/v1 Auth type: OAuthChatGPT reads the OAuth metadata from the MCP endpoint and registers itself automatically. You are redirected to sign in to knowmind, you confirm access, and you return to ChatGPT.
Option B — bearer token:
textName: knowmind URL: https://knowmind.de/api/mcp/v1 Auth type: Bearer Token: kmt_… (from knowmind dashboard → API Tokens)Safety noticeToken option: ChatGPT stores the token
ChatGPT keeps the bearer token in your workspace settings. On Team and Enterprise plans, administrators may have access to these tokens. If that is not acceptable, choose OAuth or create a per-connector token with minimal scopes. - 3
Save and activate the connector
Click Add. ChatGPT tests the endpoint with
tools/list, shows the ten knowmind tools and asks for confirmation.Outcome: knowmind is visible in the connector list and active. In new chats the tools appear in the side toolbar.
- 4
Smoke test
Start a new chat and ask a question about your knowledge content, for example: "What open items remain on the Müller GmbH contract?" ChatGPT recognises the need for a tool call and runs
knowmind.recall.Outcome: ChatGPT answers based on content from your knowmind corpus. The tool area shows the call with parameters and result.
Verify the result
The integration is correct when all three conditions hold:
- knowmind shows up in the connector list as active.
- The ten knowmind tools appear in a new chat.
- A
knowmind.recallcall returns hits and is traceable in the knowmind dashboard under Recent activity (where the audit log is unlocked on your plan).
Troubleshooting
| Error message | Cause | Resolution |
|---|---|---|
| Connector area not visible | Plan does not support custom connectors, or the workspace admin has gated it. | Connectors are available on ChatGPT Plus, Pro, Team and Enterprise. On Team / Enterprise, ask your workspace admin if needed. |
| Connection fails with 'Endpoint not reachable' | Network issue or URL typo. | Check the URL exactly: https://knowmind.de/api/mcp/v1. Test reachability at https://knowmind.de/api/health. |
| Tools see knowmind but do not answer from the corpus | ChatGPT does not recognise the recall need on its own. | Ask explicitly: "Look up … in knowmind". Optionally store a Memory Pack as a custom instruction in your ChatGPT profile. |
| OAuth window stays empty | Popup blocker or browser extension blocking the redirect. | Allow popups for knowmind.de and chatgpt.com, then add the connector again. |