Angreal MCP Server
@angreal
关于 Angreal MCP Server
An mcp-server for angreal projects so agents are aware of what is possible.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Angreal MCP Server?
An MCP (Model Context Protocol) server that provides AI assistants with discovery capabilities for angreal projects. It exposes angreal's command tree structure to MCP-compatible clients, enabling AI assistants to discover available commands and tasks, understand project structure, and suggest appropriate commands based on context.
How to use Angreal MCP Server?
Install via cargo install angreal_mcp (requires Rust toolchain). Configure an MCP client (Claude Code, Claude Desktop, or Cline) with the command angreal_mcp and optionally set the working directory to your angreal project root. Test via command line using JSON-RPC messages for tools/list or tools/call.
Key features of Angreal MCP Server
- Exposes angreal's command tree structure to AI assistants
- Provides the
angreal_treetool with JSON or human output - Supports Claude Code, Claude Desktop, and Cline integrations
- Built with Rust for performance and reliability
- Dual-licensed under MIT or Apache 2.0
Use cases of Angreal MCP Server
- AI assistant discovers and suggests angreal commands during development
- Developer explores available tasks in an angreal project through an AI interface
- Automated workflows gain contextual understanding of project capabilities
FAQ from Angreal MCP Server
What is the angreal_tree tool?
It returns the command tree structure of the current angreal project. You can request output in "json" (default) or "human" format.
What are the prerequisites for using this server?
Angreal must be installed and available in your PATH. Rust toolchain is required only if building from source.
How do I install the server?
Install from crates.io: cargo install angreal_mcp. For the latest development version, use cargo install --git https://github.com/colliery-io/angreal-mcp.
Which MCP clients are supported?
Examples include Claude Code, Claude Desktop, and Cline. Each client requires a JSON configuration pointing to the angreal_mcp binary.
How can I test the server without a client?
Run JSON-RPC commands via the command line, e.g., echo '{"jsonrpc": "2.0", "id": 1, "method": "tools/list"}' | angreal_mcp to list available tools.
其他 分类下的更多 MCP 服务器
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论