jigsawstack-mcp-server

Model Context Protocol Server that allows AI models to interact with JigsawStack models!

GitHub Stars

23

User Rating

Not Rated

Favorites

0

Views

29

Forks

5

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Ensure you have git installed on your system.
Ensure you have node.js and npm installed.
Alternatively, you can use yarn instead of npm. as a package manager.
1Clone the repository:
sh
    git clone https://github.com/yourusername/jigsawstack-mcp-server.git
    
2Navigate to the project directory:
sh
    cd jigsawstack-mcp-server
    
3Install the necessary dependencies:
sh
    npm install or yarn install