Skip to main content

Documentation Index

Fetch the complete documentation index at: https://user-guide.fabric.so/llms.txt

Use this file to discover all available pages before exploring further.


Overview

Fabric’s MCP server lets AI coding assistants and other tools access your saved links, files, and notes. It supports the standard Model Context Protocol with OAuth authentication — just add the server URL and your tool handles the rest.

Use Fabric directly from ChatGPT, Claude and other MCP-compatible tools.

Fabric now has MCP support to perform the following actions:
  • Item search
  • Note creation
  • Bookmark creation

Getting started

Add this server URL to your MCP client:
https://mcp.api.fabric.so/mcp
Most MCP clients support “remote” or “URL-based” servers. Add the URL above, and the client will handle OAuth authentication automatically — you’ll be prompted to authorize through your browser the first time you connect.

App setup

Claude Code

Run this command in your terminal:
claude mcp add fabric --transport http https://mcp.api.fabric.so/mcp
Then restart Claude Code. You’ll be prompted to authorize through your browser on first use.

Claude Desktop

Go to SettingsConnectorsAdd custom connector. Enter a name for the connector, and the URL https://mcp.api.fabric.so/mcp and follow the OAuth prompts.

Cursor

Go to Cursor SettingsMCPAdd new MCP Server. Set the type to “URL” and enter https://mcp.api.fabric.so/mcp.

Windsurf

Follow Windsurf’s MCP configuration guide. Add a new server with URL https://mcp.api.fabric.so/mcp.

Codex

Run this command in your terminal:
codex mcp add fabric --url https://mcp.api.fabric.so/mcp

VS Code / Copilot

Add to your MCP settings (.vscode/mcp.json or user settings):
{
  "servers": {
    "fabric": {
      "type": "http",
      "url": "https://mcp.api.fabric.so/mcp"
    }
  }
}

ChatGPT

Go to SettingsConnectorsAdd Connector. Enter the URL https://mcp.api.fabric.so/mcp, give it a name, and save. Then start a new conversation, click MoreAdd Connectors, and select Fabric. You’ll be prompted to authorize on first use.

Other MCP clients

Any MCP client that supports remote/HTTP servers can connect. Use the server URL https://mcp.api.fabric.so/mcp. The client will discover the OAuth configuration automatically via the .well-known/oauth-authorization-server metadata endpoint.

Available tools

ToolDescription
fabric-create-bookmarkCreate a bookmark in Fabric
fabric-create-folderCreates a Fabric folder
fabric-create-memoryCreates a Fabric memory
fabric-create-noteCreates a Fabric note
fabric-create-taskCreates a Fabric task
fabric-delete-itemDeletes a Fabric item (file, note, link, etc.)
fabric-delete-taskDeletes a Fabric task
fabric-edit-memoryEdits a Fabric memory object
fabric-edit-notepadEdits a Fabric note
fabric-edit-taskEdits a Fabric task
fabric-find-itemsSearch your saved links, files and notes by keyword and semantic similarity
fabric-list-memoriesLists Fabric memories
fabric-list-tasksLists Fabric tasks
fabric-move-itemsMoves Fabric items from one location to anther
fabric-read-itemReads contents of a Fabric item
fabric-read-memoryReads contents of a Fabric memory
fabric-rename-itemRenames a Fabric item
fabric-search-memoriesSearches your Fabric memories
fabric-search-tagsSearches your Fabric tags