Back to MCP Servers
Cicada
Code Intelligence for Elixir: module search, function tracking, and PR attribution through tree-sitter AST parsing
coding-agents
By wende
Installation
npx -y cicadaConfiguration
{
"mcpServers": {
"cicada": {
"command": "npx",
"args": ["-y", "cicada"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes