Fabric MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YTDLP_PATH | No | Custom path to the yt-dlp executable | |
| FABRIC_PATH | No | Custom path to the Fabric CLI executable |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_checkA | Check if Fabric, yt-dlp, and other dependencies are installed and configured correctly. Provides installation instructions if needed. |
| run_fabric_patternA | Run any Fabric pattern with custom input. Use this for patterns not covered by specific tools. |
| get_youtube_transcriptB | Fetch transcript from a YouTube video URL |
| list_fabric_patternsA | List all available Fabric patterns |
| analyze_youtube_videoA | Fetch a YouTube transcript and analyze it with a Fabric pattern in one step. This ensures the complete transcript is processed without truncation. Use this instead of calling get_youtube_transcript and then a pattern separately. |
| analyze_fileA | Read a file and analyze it with a Fabric pattern in one step. This ensures the complete file content is processed without truncation. Useful for analyzing documents, code files, logs, etc. |
| analyze_urlA | Fetch content from a URL and analyze it with a Fabric pattern in one step. Works with articles, documentation, blog posts, etc. This ensures complete content is processed without truncation. |
| fabric_extract_wisdomA | Extract key insights, quotes, and wisdom from any content (articles, videos, podcasts) |
| fabric_summarizeB | Create a concise summary of content |
| fabric_analyze_claimsB | Analyze and fact-check claims made in content |
| fabric_create_quizB | Generate quiz questions from content for learning |
| fabric_to_flashcardsC | Convert content into flashcards for studying |
| fabric_analyze_paperC | Analyze academic papers or technical documents |
| fabric_summarize_git_diffA | Summarize git diff output for code reviews |
| fabric_analyze_logsC | Analyze log files for issues and patterns |
| fabric_analyze_incidentC | Analyze security incidents or system failures |
| fabric_create_coding_projectB | Generate project structure and planning from an idea |
| fabric_explain_codeC | Explain code in simple terms |
| fabric_improve_writingC | Improve writing quality and clarity |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mpzarde/fabric-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server