I created the fabric-mcp-server with Cline! #1455
Replies: 7 comments 5 replies
|
HI @adapoet Great! However, all I see in that repo is a README and a LICENSE file. No NodeJS files at all. Please push the files. Thanks. |
|
@adapoet Hi Ivan! Good work! However, based on examining the source code, the It doesn't actually execute patterns - it just serves their content. There's no integration with the I'm working on a full fabric integration MCP server. See #1454 My idea is to leverage the |
|
@adapoet It's shaping up. I'm quickly iterating and the basic framework is rapidly evolving. |
|
This image is of the live MCP server talking with a running |
|
@adapoet I will. It will be early next week. |



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I recently learned about Fabric and, ever since, I've been wondering how to integrate it into my coding agent. So I created a new MCP server using Cline called fabric-mcp-server that integrates fabric patterns with Cline in VS Code. This server exposes all Fabric patterns as individual tools, allowing users to select and execute them directly within Cline tasks. The fabric-mcp-server enhances Cline's capabilities by leveraging AI-driven pattern execution from the Fabric repository.
I also created a comprehensive README file that provides detailed instructions on installation, configuration, and usage. Check out the fabric-mcp-server repository to learn more: https://github.com/adapoet/fabric-mcp-server
Here's a video of me explaining my process, giving examples, and showing how I combine fabric-mcp-server with the sequentialthinking MCP server: https://vimeo.com/1079742495/4b38879b1f?share=copy
I'd love to get some feedback. Please feel free to suggest improvements/additions.
All reactions