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
IntermediateEstimated 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.
This command ensures your virtual environment matches the dependencies in
- On Windows:
```bash
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
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