ghul-mcp

degory/ghul-mcp
★ 0 stars Shell AI/LLM Updated 9d ago
ghūl MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ghul-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "degory/ghul-mcp"
      ]
    }
  }
}

README Excerpt

MCP (Model Context Protocol) server for the [ghūl programming language](https://ghul.dev). It drives the ghūl compiler's analysis mode to answer semantic queries — diagnostics, hover, definition, references, symbol search — so AI coding agents can query ghūl code by meaning instead of searching it as text.