Back to Developer Tools
Cicada
Elixir Code Intelligence - CICADA is a Model Context Protocol (MCP) server that provides AI coding assistants with deep code intelligence. It indexes your codebase using tree-sitter AST parsing and provides instant access to modules, functions, call sites, and PR attribution.
Last updated: 1/27/2026
Installation
Add this MCP to your configuration:
{
"mcpServers": {
"cicada": {
// See GitHub repository for configuration
}
}
}