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:App setup
Claude Code
Run this command in your terminal:Claude Desktop
Go to Settings → Connectors → Add custom connector. Enter a name for the connector, and the URLhttps://mcp.api.fabric.so/mcp and follow the OAuth prompts.
Cursor
Go to Cursor Settings → MCP → Add new MCP Server. Set the type to “URL” and enterhttps://mcp.api.fabric.so/mcp.
Windsurf
Follow Windsurf’s MCP configuration guide. Add a new server with URLhttps://mcp.api.fabric.so/mcp.
Codex
Run this command in your terminal:VS Code / Copilot
Add to your MCP settings (.vscode/mcp.json or user settings):
ChatGPT
Go to Settings → Connectors → Add Connector. Enter the URLhttps://mcp.api.fabric.so/mcp, give it a name, and save. Then start a new conversation, click More → Add 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 URLhttps://mcp.api.fabric.so/mcp. The client will discover the OAuth configuration automatically via the .well-known/oauth-authorization-server metadata endpoint.
Available tools
| Tool | Description |
|---|---|
| fabric-create-bookmark | Create a bookmark in Fabric |
| fabric-create-folder | Creates a Fabric folder |
| fabric-create-memory | Creates a Fabric memory |
| fabric-create-note | Creates a Fabric note |
| fabric-create-task | Creates a Fabric task |
| fabric-delete-item | Deletes a Fabric item (file, note, link, etc.) |
| fabric-delete-task | Deletes a Fabric task |
| fabric-edit-memory | Edits a Fabric memory object |
| fabric-edit-notepad | Edits a Fabric note |
| fabric-edit-task | Edits a Fabric task |
| fabric-find-items | Search your saved links, files and notes by keyword and semantic similarity |
| fabric-list-memories | Lists Fabric memories |
| fabric-list-tasks | Lists Fabric tasks |
| fabric-move-items | Moves Fabric items from one location to anther |
| fabric-read-item | Reads contents of a Fabric item |
| fabric-read-memory | Reads contents of a Fabric memory |
| fabric-rename-item | Renames a Fabric item |
| fabric-search-memories | Searches your Fabric memories |
| fabric-search-tags | Searches your Fabric tags |