Features

AI Chat Connectors

Capacities Pro

AI Chat Connectors are in Beta at the moment. They are an early version and are subject to change. You can expect more functionality to be added over time.

Chat Connectors let you connect AI chat apps, like ChatGPT, Claude, Cursor, or Le Chat, to your Capacities space.

Overview

By using the Model Context Protocol (MCP) open standard, you can connect your Capacities space to allow access to your AI assistant of choice so that it may search, read objects, add content to your daily note and link objects in its responses. You can view all capabilities in detail in our developer docs.

Example prompts

  1. "Find my notes on the French Revolution in Capacities and create a bullet list of the most relevant historical figures."
  2. "Store your last response in my Capacities daily note and add the tags #architecture and #inspiration at the end."
  3. "Provide links to all my objects in Capacities that refer to this conversation topic, and organize them by object type."
  4. "Review my Capacities objects about Botticelli and compare recurring themes across his paintings in a concise Markdown table."
  5. "Gather everything I wrote in Capacities about the recent renovations at La Sagrada Familia and relate them to online sources and news articles."

Setup guide

In the setup process you'll give the tool of your choice access to a selected Capacities space. The AI can then interact with Capacities on your behalf.

Only the space that you select in this consent screen is the one that the tool will be able to access for that particular connection. If you would like to use multiple spaces from the same AI tool, you'll have to setup multiple MCP connections.

If you don't see a space in the consent screen, AI Assistant is not enabled for that space yet. Only spaces with AI Assistant enabled are shown and can be connected through MCP.

In the following are instructions for setting up the most popular AI tools.

ChatGPT

We have applied to add our connector as a public option in OpenAI's app catalogue for easier setup. Until then, if you want to utilize ChatGPT you'll have to enable Developer Mode and add the MCP server URL directly. To do so:

  1. Go to the Apps settings within ChatGPT (link)
  2. Click on Advanced Settings, and enable Developer mode. Note that this option is only available for ChatGPT's Pro, Plus, Business, Enterprise and Education accounts on the web. Read more here.
  3. Click Add App. Specify a name (ex. Capacities), and a description that will help the model contextualize the tools. For example:
Capacities brings together connected note-taking and structured data so everything you care about becomes an object, whether it’s a person, a book you’re reading, a project you’re working on or an idea you want to explore. Objects have structure, properties and connections that grow into a living network of your thoughts.
  1. Enter the URL:
https://api.capacities.io/mcp
  1. Complete the authentication flow to connect to your space.

Claude

We have applied to add our connector as a public option in Claude's connector catalogue for easier setup. Until then, if you want to utilize Claude you'll have to add the MCP server URL directly. To do so:

  1. From the sidebar, open Customize → Connectors
  2. Click +, then Add custom connector. Give it a name (Ex: Capacities) and enter the URL:
https://api.capacities.io/mcp
  1. Click Connect and go through the authentication flow to connect to your space.

Claude Code

  1. Run this command in your terminal:
    claude mcp add --transport http capacities https://api.capacities.io/mcp
    
  2. Authenticate by running /mcp in Claude Code and following the authentication flow.
  3. Use the /mcp command to list and manage the MCP servers you have installed, and use the /context command to understand the context token usage of your current session, including the number of tokens used by each MCP server that’s enabled.

Le Chat (Mistral)

  1. Open Intelligence → Connectors
  2. Click + Add Connector, then Custom MCP Connector.
  3. Specify a name (ex. Capacities), and a description that will help the model contextualize the tools. For example:
Capacities brings together connected note-taking and structured data so everything you care about becomes an object, whether it’s a person, a book you’re reading, a project you’re working on or an idea you want to explore. Objects have structure, properties and connections that grow into a living network of your thoughts.
  1. Enter the URL:
https://api.capacities.io/mcp

Then click on Connect

  1. Complete the authentication flow to connect to your space.

Cursor

  1. Open Cursor Settings → MCP → Add new global MCP server
  2. Paste the following configuration:
    {
        "mcpServers": {
            "capacities": {
                "url": "https://api.capacities.io/mcp",
                "auth": {
                    "CLIENT_ID": "cursor_mcp_capacities_public"
                }
            }
        }
    }
    
  3. Save and restart Cursor.
  4. When you use a Capacities tool for the first time, complete the authentication flow to connect your space.

Other AI tools

You can always configure the Capacities MCP server as a custom MCP client with any tool that supports the MCP protocol, please checkout our Model Context Protocol guide.

Request a new AI chat connector

Missing any other apps we should have an official AI Chat Connector for? Please let us know via our feedback board.

Managing Access

After completing the authentication process for any AI tool, a new entry will appear in Settings > AI Assistant > AI Chat Connectors - Active Connections.

If you'd like to remove access for that tool, simply click on Disconnect on its entry. Note that this doesn't automatically remove it from the tool's connections. Likewise, removing the Connector from your AI tool won't automatically remove its access rights from Capacities.

Privacy

  • Access is limited to your selected space: A connected AI tool can only access data from the space you selected during authentication.
  • Privacy policy of the connected AI tool applies: When utilizing external AI tools with Capacities, your settings for the connected AI tool will determine what privacy policy applies on the data that's obtained by the AI model by using the Capacities connection. If you're concerned about that tool using your data to train new models or sharing it with third parties, make sure to read that AI tool's privacy policy and configure the tool according to your preferences.

Please check our AI Privacy page for details on our privacy with AI features.

FAQs

  • Why is my space missing on the AI Chat Connector consent screen?
    If a space does not appear in the consent list during authentication, AI Assistant is not enabled for that space. Only spaces with AI Assistant enabled are shown and can be connected through MCP.
  • Can I connect one AI tool to multiple spaces?
    Yes, but each connection is scoped to one space. To use multiple spaces in the same AI tool, create separate MCP connections and authorize each space individually.
  • If I disconnect in Capacities, is it also removed inside ChatGPT, Claude, or Cursor?
    No. Disconnecting in Capacities removes access rights on the Capacities side, but it does not automatically delete the connector entry in the AI tool. You may want to remove it there as well.

Future updates

You should expect more functionality to be delivered for Chat Connectors. You can read about our Roadmap on our MCP Server documentation.

If you’re implementing a custom MCP client (OAuth 2.1, PKCE, token refresh) to integrate Capacities into your own app/agent/bot, please refer to Model Context Protocol (MCP) instead.

Are you missing something in the documentation?

Ask a question! - The Docs Assistant knows everything about the documentation, and the ideas and feature requests from other users.

Create a ticket on our feedback board. - Let us know if you have an idea for a feature, improvement or think there is something missing.

Request additions to the documentation. - If your questions are not getting answered, let us know and we will extend the documentation.