MCP.so
登录

Angreal MCP Server

@angreal

关于 Angreal MCP Server

An mcp-server for angreal projects so agents are aware of what is possible.

基本信息

分类

其他

许可证

View license

运行时

rust

传输方式

stdio

发布者

angreal

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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_tree tool 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 服务器