coding agents

Cicada

Code Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing

python
local
macos
windows
linux
coding agents
0
View on GitHub

Installation

npx -y wende/cicada

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "cicada",
  "command": "npx",
  "args": [
    "-y",
    "wende/cicada"
  ]
}

About This MCP Server

wende/cicada

Code Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing

GitHub: https://github.com/wende/cicada

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub