CLI & API for MCP management and execution
Overview
What is Furikake?
Furikake is a command-line interface (CLI) and API designed for managing and executing MCP (Multi-Channel Processing) servers easily and efficiently.
How to use Furikake?
To use Furikake, install it via the command: curl -fsSL https://furikake.app/install | bash. After installation, you can manage MCPs using various commands like furi add <author/repo> to add an MCP, furi start <mcpName> to start it, and furi http start to enable HTTP API access.
Key features of Furikake?
- Easy installation and setup for MCP management.
- Fully featured CLI with commands for adding, starting, stopping, and managing MCPs.
- HTTP API for remote management of MCPs.
- Support for Typescript and Javascript MCPs, with Python support planned.
- Process state management using PM2.
Use cases of Furikake?
- Managing multiple MCP servers from a single CLI.
- Automating the deployment and execution of MCPs in development environments.
- Integrating MCP management into CI/CD pipelines.
FAQ from Furikake?
- Can Furikake manage any MCP?
Yes! Furikake can manage any public GitHub repository that is set up as an MCP.
- Is Furikake free to use?
Yes! Furikake is open-source and free to use.
- What programming languages does Furikake support?
Currently, it supports Typescript and Javascript, with plans to support Python in the future.