能力标签
RIGEL MCP工具
🔌
MCP工具

RIGEL MCP工具

基于 Python · 让 AI 助手直接操作你的系统与工具
英文名:RIGEL
⭐ 27 Stars 🍴 7 Forks 💻 Python 📄 AGPL-3.0 🏷 AI 7.5分
7.5AI 综合评分
ai-assistantai-frameworkchatbotpython
✦ AI Skill Hub 推荐

AI Skill Hub 推荐使用:RIGEL MCP工具 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。

📚 深度解析

RIGEL MCP工具 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 RIGEL MCP工具,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。RIGEL MCP工具 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 RIGEL MCP工具 评为 AI 评分 7.5 分,属于同类工具中的优质选择。

📋 工具概览

RIGEL MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 27
开发语言
Python
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
AGPL-3.0
AI 综合评分
7.5 分
工具类型
MCP工具
Forks
7

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

RIGEL MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/Zerone-Laboratories/RIGEL

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "rigel-mcp--": {
      "command": "npx",
      "args": ["-y", "rigel"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 RIGEL MCP工具 执行以下任务...
Claude: [自动调用 RIGEL MCP工具 MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "rigel_mcp__": {
      "command": "npx",
      "args": ["-y", "rigel"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 90/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

RIGEL - Open Source AI Assistant & Multi-LLM Agentic Engine

RIGEL AI Assistant Logo - Open Source Multi-LLM Engine [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Python](https://img.shields.io/badge/Python-3.8+-blue.svg)](https://python.org) [![Ollama](https://img.shields.io/badge/Ollama-Compatible-green.svg)](https://ollama.ai) [![Groq](https://img.shields.io/badge/Groq-Supported-orange.svg)](https://groq.com)

Overview

RIGEL is a powerful open-source multi-agentic AI engine and virtual assistant framework that provides a unified interface for multiple language model backends. Built with extensibility in mind, it supports both local AI inference via Ollama and cloud-based inference through Groq.

Perfect for developers building AI applications, chatbots, virtual assistants, and agentic AI systems.

Key capabilities:

  • Multi-LLM Support: Ollama (local), Groq (cloud), LLAMA.cpp, Transformers
  • Agentic AI: Advanced reasoning, thinking, and decision-making
  • System Integration: D-Bus server for OS-level AI assistance
  • MCP Tools: File management, system commands, real-time information, and rich system/device interaction with configurable server support
  • Voice Interface: Local speech-to-text and text-to-speech capabilities
  • Vector Memory Retrieval: /query-with-memory uses vector session retrieval to bring in relevant historical context.
  • Natural Language Routing: Memory-first tool delegation through /rigel-natural-language
  • Image Analysis: Vision-powered image understanding via /analyze-image
  • Memory Management: Persistent conversation threads
  • Extensible: Plugin architecture for custom capabilities and MCP server integration

Aims to act as a central AI server for multiple agentic-based clients and AI-powered applications.

Features

  • Multi-Backend Support: Seamlessly switch between Ollama (local) and Groq (cloud) backends. More backends will be integrated in future
  • D-Bus Server Integration: Inter-process communication via D-Bus for system-wide AI assistance
  • MCP (Model Context Protocol) Tools: Extended AI capabilities with system-level operations including file management, system commands, and real-time information access
  • Browser Automation Workflows: Save and replay browser automation tasks - record once with AI, replay infinitely without AI
  • Voice Synthesis & Recognition: Local speech-to-text using Whisper and text-to-speech using Piper with chunked streaming audio
  • Extensible Architecture: Built with a superclass design for easy extension to new capabilities
  • Memory Management: Persistent conversation memory with thread-based organization
  • Advanced Thinking: Sophisticated reasoning and decision-making capabilities
  • Comprehensive Logging: Integrated logging system for debugging and monitoring
  • Flexible Inference: Support for custom prompts and message formats
  • RAG Support: Retrieval-Augmented Generation using ChromaDB for document-based AI interactions

Advanced thinking capabilities

response = service.QueryThink("How should I approach solving this complex problem?")

Voice Features

RIGEL includes comprehensive voice capabilities for both speech synthesis and recognition, enabling natural voice interactions with your AI assistant.

Key MCP Capabilities

🛠️ System Operations

  • Real-time Information: Get current time, system information, and user environment details
  • Command Execution: Safely execute shell commands with output capture
  • Process Management: Monitor and interact with system processes

📁 File Management

  • File I/O: Read from and write to any accessible file on the system
  • Directory Navigation: List and explore directory structures
  • Content Analysis: AI can analyze file contents and provide insights

🔧 Advanced Features

  • Secure Execution: All operations run within controlled boundaries
  • Error Handling: Robust error reporting and recovery mechanisms
  • Real-time Integration: Seamless integration with AI reasoning

Voice Requirements

System Dependencies

```bash

Define messages that require tool usage

messages = [ ("system", "You are RIGEL with access to system tools. Use them when appropriate."), ("human", "What time is it and what files are in the current directory?"), ]

Installation

  1. Clone the repository:
git clone <repository-url>
cd RIGEL
  1. For D-Bus integration, install the system D-Bus configuration:
sudo bash install_dbus_config.sh

This script installs the rigel-dbus.conf configuration into /etc/dbus-1/system.d/ and reloads D-Bus.

  1. If you prefer manual setup, create a Python virtual environment and install dependencies:

```bash python -m venv .venv source .venv/bin/activate # On Linux/macOS

Install Piper TTS (for voice synthesis)

Or install via package manager if available

Install PulseAudio for audio playback (Ubuntu/Debian)

sudo apt-get install pulseaudio pulseaudio-utils

Install PulseAudio for audio playback (Fedora/RHEL)

sudo dnf install pulseaudio pulseaudio-utils

Install SDL2 for live voice recognition with whisper-stream

sudo apt-get install libsdl2-2.0-0 # Ubuntu/Debian sudo dnf install SDL2 # Fedora/RHEL


5. For Ollama backend, ensure Ollama is installed and running:
bash

Install Ollama (if not already installed)

curl -fsSL https://ollama.ai/install.sh | sh

Install Piper TTS

Install PulseAudio for audio playback

sudo apt-get install pulseaudio pulseaudio-utils # Ubuntu/Debian sudo dnf install pulseaudio pulseaudio-utils # Fedora/RHEL

Install SDL2 for live voice recognition (whisper-stream audio capture)

sudo apt-get install libsdl2-2.0-0 # Ubuntu/Debian sudo dnf install SDL2 # Fedora/RHEL ```

Python Dependencies

Voice features require additional dependencies included in requirements.txt:

  • openai-whisper: For speech recognition
  • torch, torchaudio, torchvision: PyTorch dependencies for Whisper

Voice Models

  • Piper Models: .onnx voice models stored in core/synthesis_assets/. Default: knight.onnx. Set VOICE env var to select a different model (e.g. VOICE=hal).
  • Whisper Models (Python): Downloaded automatically when first used
  • Whisper.cpp Models (ggml): Pre-bundled in core/whisper_live/models/ for live recognition

MCP Setup Instructions

When you first run RIGEL without MCP server configuration, you'll see this message:

Open server.py and add your custom mcp servers here before initializing
There is a basic mcp server built in inside core/mcp/rigel_tools_server.py
You can start it by typing
python core/mcp/rigel_tools_server.py

To set up MCP functionality:

  1. For basic functionality: Start the built-in MCP server in a separate terminal:
   python core/mcp/rigel_tools_server.py
   
  1. For advanced functionality: Edit server.py to configure multiple MCP servers:
  • Uncomment the default_mcp = MultiServerMCPClient(...) section
  • Modify server configurations to match your setup
  • Add additional MCP servers as needed
  1. Restart RIGEL to load the new MCP configuration

MCP Security Notes

  • All file operations respect system permissions
  • Commands are executed in a controlled environment
  • Sensitive operations require explicit user intent
  • Error handling prevents system damage

Example Tool built using RIGEL Engine

Quick Start

RIGEL offers two server modes to suit different use cases and environments:

Live voice recognition via WebSocket (JavaScript example in browser console or Node.js)

Quick Start

```bash

Use Cases

  1. Daily Tasks: Automate repetitive browser operations
  2. Testing: Create test scenarios and run them repeatedly
  3. Monitoring: Check website status or data periodically
  4. Data Collection: Gather information on a schedule

Example Workflow Creation

```bash

Basic Usage with Ollama

```python from core.rigel import RigelOllama

Basic Usage with Groq

```python from core.rigel import RigelGroq import os

Usage with Memory

```python from core.rigel import RigelOllama

Example MCP server configuration in server.py

default_mcp = MultiServerMCPClient( { "rigel tools": { "url": "http://localhost:8001/sse", "transport": "sse", }, "python-toolbox": { "command": "/path/to/your/mcp_server/.venv/bin/python", "args": [ "-m", "mcp_server_package", "--workspace", "/path/to/workspace" ], "env": { "PYTHONPATH": "/path/to/your/mcp_server/src", "PATH": "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin", "VIRTUAL_ENV": "/path/to/your/mcp_server/.venv", "PYTHONHOME": "" }, "transport": "stdio" } }, )


#### MCP Transport Types

RIGEL supports two MCP transport methods:

- **SSE (Server-Sent Events)**: For HTTP-based MCP servers

  
python "transport": "sse", "url": "http://localhost:8001/sse"

- **STDIO**: For process-based MCP servers
  
python "transport": "stdio", "command": "/path/to/executable", "args": ["arg1", "arg2"]

#### MCP Server Network Configuration

The built-in MCP server runs on **port 8001** by default using Server-Sent Events (SSE) transport:
python

MCP Usage Examples

Through D-Bus Service (Recommended)

```python from pydbus import SessionBus

bus = SessionBus() service = bus.get("com.rigel.RigelService")

D-Bus Client Examples

Basic Client Setup

from pydbus import SessionBus

bus = SessionBus()
service = bus.get("com.rigel.RigelService")

Advanced Usage Patterns

```python

Core + optional voice asset locator package

pip install "rigel-engine-core[voice-assets]"


4. For voice features, install system dependencies:
bash

Select option 1

Select option 2

In .env or environment

VOICE=knight # Options: knight, hal, jarvis-medium


#### Switching Voices via API
bash

MCP Server Configuration

RIGEL supports multiple MCP servers through the MultiServerMCPClient. You can configure custom MCP servers in server.py before initialization.

Built-in MCP Server

RIGEL includes a built-in MCP server with essential system tools. This server must be started separately from the main RIGEL process.

```bash

Default configuration in server.py

"rigel tools": { "url": "http://localhost:8001/sse", "transport": "sse", } ```

To change the port, modify both:

  1. core/mcp/rigel_tools_server.py: Update the port=8001 parameter in FastMCP()
  2. server.py: Update the URL in the MCP client configuration

Adding Your Own MCP Server

  1. Create your MCP server following the MCP specification
  2. Edit server.py and add your server to the MultiServerMCPClient configuration
  3. Set default_mcp to your configuration instead of None
  4. Restart the RIGEL service to load the new configuration

If no MCP servers are configured (default_mcp = None), RIGEL will display a warning message suggesting you configure MCP servers for enhanced functionality.

MCP Troubleshooting

Common Issues:

  1. "MCP server connection failed"
  • Ensure the MCP server is running before starting RIGEL
  • Check that port 8001 is available and not blocked by firewall
  • Verify the URL in the configuration matches the server
  1. "QueryWithTools times out"
  • Commands have a 30-second timeout for safety
  • Check if the requested operation is resource-intensive
  • Verify system commands are valid and accessible
  1. "Permission denied" errors
  • MCP tools respect system file permissions
  • Ensure RIGEL has appropriate access to requested files/directories
  • Check user permissions for system commands

4. MCP tools not available - Verify default_mcp is properly configured in server.py - Ensure MCP dependencies are installed: pip install langchain_mcp_adapters - Check that the MCP server started successfully

Web Server (HTTP REST API)

RIGEL's web server provides a REST API interface accessible from any HTTP client, with automatic OpenAPI documentation.

Best for:

  • Cross-platform compatibility
  • Remote access
  • Web applications
  • Mobile app backends
  • API integrations

Starting the Web Server

```bash

const ws = new WebSocket("ws://localhost:8000/live-voice-recognition?api_key=rigel_your_key");

D-Bus Voice Endpoints

SynthesizeText(text: str, mode: str, voice: str) -> str

  • Description: Converts text to speech with specified synthesis mode and optional voice override
  • Parameters:
  • text - The text to synthesize
  • mode - Synthesis mode: "chunk" or "linear"
  • voice - (Optional) Voice model name to use (e.g. "knight", "hal"). Empty string uses default.
  • Returns: Status message indicating synthesis queued
  • Use Case: Voice output for AI responses, notifications, accessibility

ListVoices() -> str

  • Description: Returns a JSON string with available voice model names and the currently active voice
  • Returns: JSON string: {"voices": ["hal", "jarvis-medium", "knight"], "current": "knight"}
  • Use Case: Discover available TTS voices, check current voice

SetVoice(voice_name: str) -> str

  • Description: Switch the active voice synthesis model
  • Parameters:
  • voice_name - Name of the voice model (e.g. "hal", "knight")
  • Returns: Status message confirming voice change
  • Use Case: Change TTS voice at runtime without restarting

CloneVoice(mp3_path: str, voice_name: str, language: str) -> str

  • Description: Start the voice cloning pipeline from an MP3 file. Runs asynchronously — returns immediately with task status.
  • Parameters:
  • mp3_path - Path to the source MP3 voice sample
  • voice_name - Name for the cloned voice
  • language - Language code (e.g. "English (U.S.)")
  • Returns: JSON string with status, PID, and output directory
  • Use Case: Create custom voice models from voice samples

RecognizeAudio(audio_file_path: str, model: str) -> str

  • Description: Transcribes audio file to text using Whisper
  • Parameters:
  • audio_file_path - Path to audio file (WAV, MP3, etc.)
  • model - Whisper model size: "tiny", "base", "small", "medium", "large"
  • Returns: Transcribed text from audio
  • Use Case: Voice input processing, audio transcription, accessibility

LiveVoiceRecognition(action: str, config_json: str) -> str

  • Description: Start/stop/check live voice recognition using whisper.cpp streaming. Results are streamed via the TranscriptionUpdate signal — subscribe to com.rigel.RigelService.TranscriptionUpdate to receive live transcription lines.
  • Parameters:
  • action - One of: "start", "stop", "status", "transcribe_file"
  • config_json - JSON string with config:
  • For start: {"model": "tiny.en", "capture_device": -1, "threads": 8, "step": 500, "length": 5000}
  • For transcribe_file: {"model": "tiny.en", "file_path": "/path/to/audio.wav"}
  • Returns: JSON string with status/results (start/stop return immediately; transcription lines arrive via signal)
  • Signal: TranscriptionUpdate(s: text) — emitted for each transcription line from whisper-stream
  • Use Case: Real-time voice transcription from microphone, low-latency audio processing

API Reference

D-Bus Interface Details

  • Service Name: com.rigel.RigelService
  • Interface: com.rigel.RigelService
  • Object Path: /com/rigel/RigelService

Available D-Bus Endpoints

Core Inference Endpoints

  • Query(query: str) -> str

- Description: Performs basic inference with the configured backend - Parameters: query - The user's message/question - Returns: AI response as string - Use Case: Simple AI interactions without memory or tools - Example:

    response = service.Query("What is artificial intelligence?")
    

  • QueryWithMemory(query: str, thread_id: str) -> str

- Description: Performs inference with persistent conversation memory - Parameters: - query - The user's message/question - thread_id - Unique identifier for conversation thread - Returns: AI response as string with full context awareness - Use Case: Multi-turn conversations with context retention - Example:

    response = service.QueryWithMemory("My name is Alice and I'm a developer", "user123")
    follow_up = service.QueryWithMemory("What do you know about me?", "user123")
    

  • QueryThink(query: str) -> str

- Description: Performs advanced thinking/reasoning operations - Parameters: query - The problem or scenario requiring deep thought - Returns: AI reasoning response with detailed analysis - Use Case: Complex problem solving, analysis, and decision making - Example:

    response = service.QueryThink("I need to choose between two job offers. Help me think through this decision.")
    

- QueryWithTools(query: str) -> str - Description: Performs inference with full MCP (Model Context Protocol) tools support - Parameters: query - The user's message/question that may require system operations - Returns: AI response with tool execution results integrated - Use Case: System administration, file management, real-time information - Available Tools: - current_time() - Get current date and time - run_system_command(command) - Execute shell commands - read_file(path) - Read file contents - write_file(path, content) - Write content to files - list_directory(path) - List directory contents - get_system_info() - Get comprehensive system information - Example:

    response = service.QueryWithTools("What time is it?")
    response = service.QueryWithTools("List files in the current directory and read the README")
    response = service.QueryWithTools("Check system load and create a status report")
    

Lightweight core package (no bundled large voice binaries/models)

pip install rigel-engine-core

D-Bus Server (Linux Desktop Integration)

RIGEL's D-Bus server provides system-wide AI assistance with advanced tool capabilities, perfect for Linux desktop integration.

Best for:

  • Linux desktop environments
  • System-wide AI assistance
  • Inter-process communication
  • Desktop application integration

Starting the D-Bus Server

```bash

Browser Automation Workflows

RIGEL includes a powerful workflow system that allows you to save and replay browser automation tasks. Create a workflow once with the AI agent, then replay it unlimited times without needing AI processing.

List all saved workflows

python test_browser_agent_direct.py --list

Run a task with AI and save as workflow

python test_browser_agent_direct.py --save "Workflow Name" "your task description"

Replay a saved workflow (no AI needed!)

python test_browser_agent_direct.py --replay "Workflow Name"

Create a workflow for searching YouTube

python test_browser_agent_direct.py --save "YouTube Search" \ "go to youtube.com and search for 'AI tutorials'"

5. Save all steps as a reusable workflow

```

Replaying Workflows

```bash

Workflow Management

Workflows are stored as JSON files in the workflows/ directory:

workflows/
├── README.md                       # Technical documentation
├── Example_YouTube_Search.json     # Example workflow
└── Your_Workflow_Name.json         # Your saved workflows

For detailed usage, see WORKFLOW_GUIDE.md

Set your Groq API key

os.environ["GROQ_API_KEY"] = "your-groq-api-key-here"

🇨🇳 中文文档镜像 AI 翻译 2026-05-29
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

RIGEL 是一个强大的开源多智能体(Multi-agentic)AI 引擎与虚拟助手框架。它为多种语言模型后端提供了统一的接口,具备极高的可扩展性。开发者可以通过它轻松调用本地 Ollama 进行推理,或通过 Groq 调用云端模型。无论是构建 AI 应用、聊天机器人,还是复杂的 Agentic AI 系统,RIGEL 都是理想的选择。

⚡ 功能介绍

RIGEL 支持多后端切换,可无缝在 Ollama(本地)与 Groq(云端)之间转换。它集成了 D-Bus Server,支持通过进程间通信实现系统级的 AI 辅助。此外,通过 MCP (Model Context Protocol) 工具集,RIGEL 能够执行文件管理、系统命令及实时信息获取等高级操作,并具备强大的思维能力(Thinking capabilities)与语音交互功能。

📋 环境依赖

使用 RIGEL 的语音功能需要安装特定的系统依赖。对于语音合成(TTS),建议安装 Piper TTS;对于实时语音识别,需确保系统环境支持 WebSocket 通信。开发者应根据需求配置相应的系统库,以确保语音合成与识别功能的流畅运行。

🛠 安装步骤(Docker/pip/源码)

首先通过 git clone 仓库并进入目录。若需实现 D-Bus 系统集成,请运行 `install_dbus_config.sh` 脚本以配置系统权限。推荐使用 Python 虚拟环境进行依赖安装。若需使用语音功能,请安装 `rigel-engine-core[voice-assets]` 扩展包,并根据提示安装 Piper TTS 等系统组件。

🚀 使用教程

RIGEL 提供两种服务器模式以适应不同场景:Web Server 模式通过 HTTP REST API 提供服务,适合跨平台及移动端集成;D-Bus Server 模式专为 Linux 桌面集成设计,支持系统级 AI 辅助。开发者可以通过编写 Python 脚本调用 `service.QueryThink` 进行复杂逻辑推理,或通�� WebSocket 实现实时语音识别。

⚙️ 配置说明(含 MCP / env)

项目支持通过环境变量进行配置,例如设置 `GROX_API_KEY` 以启用云端推理。核心引擎采用模块化设计,基础包 `rigel-engine-core` 非常轻量,不包含大型语音二进制文件。如果需要完整的语音能力,请在安装时指定 `[voice-assets]` 额外组件。

🔌 API 说明

RIGEL 提供完善的 Web Server 接口,支持标准的 HTTP REST API,并自动生成 OpenAPI 文档,非常适合 Web 应用和移动端后端。此外,针对 Linux 用户,提供了 D-Bus 语音端点(如 `SynthesizeText`),允许通过指定的模式和语音模型将文本转换为语音。

🔄 工作流/模块

RIGEL 内置了强大的工作流(Workflow)系统,特别支持浏览器自动化任务。开发者可以利用 AI Agent 创建并保存自动化任务流,之后即可在无需重复消耗 AI 算力的情况下进行无限次重放,极大地提升了任务执行的效率与成本控制。

❓ FAQ 摘要

常见问题解答:开发者在使用云端功能时,务必确保已在环境变量中正确设置了 Groq API key。对于本地部署,请确保 Ollama 服务已正常运行。若遇到语音功能异常,请检查 Piper TTS 的系统依赖是否安装完整。

🎯 aiskill88 AI 点评 A 级 2026-05-26

高质量开源MCP工具,具有较大潜力

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 做语音类 AI 产品的开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • embedding 模型与查询模型不一致导致检索失效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
  • Python 依赖冲突:建议用 venv / uv 隔离环境
部署方案
  • Docker:RIGEL 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
RIGEL 中文教程RIGEL 安装报错怎么办RIGEL MCP 配置RIGEL Docker 部署RIGEL Agent 工作流RIGEL 与同类工具对比RIGEL 最佳实践RIGEL 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 做语音类 AI 产品的开发者
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • embedding 模型与查询模型不一致导致检索失效

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。

🔗 相关工具推荐

📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

RIGEL 是一款Python开发的AI辅助工具。开源MCP工具:A Multi-Agentic AI Assistant/Builder。⭐27 · Python 主要应用场景包括:构建智能AI助手。
💡 AI Skill Hub 点评

总体来看,RIGEL MCP工具 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

⬇️ 获取与下载
⬇ 下载源码(GPL)
⚠️ 本工具使用 AGPL-3.0 协议。您可以自由下载和使用,但衍生作品必须以相同协议开源,不可商业闭源。使用前请确认符合协议要求。
📚 深入学习 RIGEL MCP工具
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 RIGEL
原始描述 开源MCP工具:A Multi-Agentic AI Assistant/Builder。⭐27 · Python
Topics ai-assistantai-frameworkchatbotpython
GitHub https://github.com/Zerone-Laboratories/RIGEL
License AGPL-3.0
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/Zerone-Laboratories/RIGEL

收录时间:2026-05-26 · 更新时间:2026-05-30 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。