Fabric

Created By
fabric-agent-plugins9 days ago
Overview

What is Fabric?

Fabric is an AI workspace and personal data server platform that enables seamless capture, search, and retrieval of your links, notes, files, memories and more – integrating with AI tools for a more connected workflow.

How to use Fabric MCP

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 of Fabric

  • 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.

Server Config

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.api.fabric.so/mcp"
      ]
    }
  }
}
Project Info
Created At
9 days ago
Updated At
9 days ago
Author Name
fabric-agent-plugins
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

16 hours ago