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
Login to the TypingMind website.
On the left pane, go to Plugins -> MCP Connectors -> Add Connector.
Enter the Server Url: https://app.plurality.network/mcp
Enter the Connection Name: for e.g. plurality or ai context flow
Click on Advanced Settings
Turn on the Custom HTTP Headers
Header Name: Authorization
Header Value: Bearer plur_pat-access-token
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