サーバー
🍃 Furikake (or furi)
@ashwwwin
CLI & API for MCP management
概要
What is Furikake?
Furikake is a CLI and HTTP API for managing MCP (Model Context Protocol) servers. It allows users to download GitHub-hosted MCP servers, start/stop/view them, aggregate their tools, and expose them via SSE or stdio transports. It is built with Bun and TypeScript and uses PM2 for process management.
How to use Furikake?
Install via curl -fsSL https://furi.so/install | bash, then use CLI commands such as furi add <author/repo> to install an MCP server, furi start <mcpName> to run it, furi meta start to aggregate tools via SSE, furi connect for stdio mode, or furi http start to enable HTTP endpoints.
Key features of Furikake
- Full CLI for adding, starting, stopping, and listing MCP servers.
- MCP Aggregator that exposes tools from all running MCPs via SSE or stdio.
- HTTP API with public and sudo routes for management and tool calling.
- Process state management with PM2 and built-in logging