What is Fabric?
Fabric is a personal knowledge management and organization platform that enables seamless capture, search, and retrieval of your links, notes, files, and memories – integrating with AI tools for a more connected workflow.
How to use Fabric
To use Fabric, connect the Fabric MCP server to your preferred MCP-compatible client using the server URL https://mcp.api.fabric.so/mcp.
The system supports OAuth authentication handled automatically by your client, and provides various tools to manage notes, bookmarks, tasks, and memories through natural language.
Key features of Fabric
- Search saved links, files, and notes by keyword and semantic similarity
- Create and edit notes and bookmarks
- Organize content with folders, tags, and labels
- Create, search, and manage persistent memories
- Create, edit, and track tasks
Use cases
- Saving and retrieving research links and notes during development
- Managing tasks and to-dos directly from your coding environment
- Storing and querying persistent memories across AI sessions
- Organizing project resources with tags and folders
FAQs
What is required to set up Fabric? Add the server URL https://mcp.api.fabric.so/mcp to your MCP client. You will be prompted to authorize via OAuth through your browser on first use.
Can Fabric be integrated with other tools? Yes, Fabric supports any MCP-compatible client including Claude Code, Cursor, Windsurf, VS Code, and ChatGPT.
Is there a limit on how much I can store in Fabric? Storage and AI usage are subject to your Fabric plan quota, which you can monitor and top up from your account settings.
服务器配置
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.api.fabric.so/mcp"
]
}
}
}