TypingMind

Last updated: April, 2026

TL;DR TypingMind doesn't use OAuth based MCP connections, therefore, the only way to authenticate is with Personal Access Tokens

Prerequisites

  • Personal Access Token from Memory Studio. Read here how to create one.

Setup

  1. Login to the TypingMind website.

  2. On the left pane, go to Plugins -> MCP Connectors -> Add Connector.

  3. Enter the Connection Name: for e.g. plurality or ai context flow

  4. Click on Advanced Settings

  5. Turn on the Custom HTTP Headers

    1. Header Name: Authorization

    2. Header Value: Bearer plur_pat-access-token

  6. Click Create Connection.

Use it

Once connected, reference your Plurality memory directly in chats. For example:

"List down all project requirements from bucket xxx"

Your memory buckets, documents, and notes act as live data for the apps you generate.

Verify

In the chats when you reference something that needs information from your buckets and if it returns content from your buckets, the connection is working.

Troubleshoot

Error in authentication. Make sure you are using the correct access token

Can't see the headers while making connection. Make sure you click on advanced settings so the dropdown gets expanded, and then you turn on the Custom HTTP headers option.

Last updated