tidewave_phoenix MCP Server
tidewave-ai/tidewave_phoenix
MCP server with runtime-level tools for Phoenix development
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
tidewave-ai/tidewave_phoenix is a Elixir MCP server licensed under Apache-2.0. MCP server with runtime-level tools for Phoenix development
Ranked #18 out of 24850 indexed tools.
In the top 1% of all indexed tools.
Has 35 contributors.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
853 stars → growing community
Last commit 1d ago → actively maintained
109/115 issues closed → responsive maintainer
35 contributors → active community
No dependents → no downstream usage
Weights: Freshness 20% · Issue Health 20% · Dependents 22% · Stars 10% · Contributors 8% · How we score →
Matched Queries
From the README
# Tidewave Phoenix
Tidewave Phoenix is an MCP server that provides runtime-level tools for developing Phoenix apps using coding agents.
Your agent will be able to use this MCP server to talk to your running Phoenix app in development to:
- execute code in the context of the running app (like an IEx session for agents)
- read the app's live logs
- query your development database
- get source locations of modules and functions
- read documentation pinned to the exact hex package versions your project depends on
This MCP server is an open-source component of [Tidewave](https://tidewave.ai), the agentic development environment for Phoenix and Rails.
You can use this project as a standalone MCP server or integrated with the [Tidewave product](https://tidewave.ai) by following the installation instructions below.
## Installation
### 1. Add the Tidewave hex package to your app
#### Option 1: Manually
Add the `tidewave` package to your `mix.exs`:
```elixir
def deps do
[
{:tidew Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.