fabric-mcp

Fabric MCP Server: Seamlessly integrate Fabric AI capabilities into MCP-enabled tools like IDEs and chat interfaces.

GitHub Stars

50

User Rating

Not Rated

Favorites

0

Views

276

Forks

5

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python >= 3.10
[uv](https://github.com/astral-sh/uv) (Python package and environment manager) for developers
1Clone the repository:
bash
   git clone https://github.com/ksylvan/fabric-mcp.git
   cd fabric-mcp
   
2Install dependencies using uv sync:
bash
   uv sync --dev
   
This command ensures your virtual environment matches the dependencies in pyproject.toml and uv.lock, creating the environment on the first run if necessary.
3Activate the virtual environment (uv will create it if needed):
- On macOS/Linux:
bash
     source .venv/bin/activate
     
- On Windows: ```bash

Additional Resources