MCP MCP server · io.github.tidewave-ai
io.github.tidewave-ai/tidewave-phoenix
Runtime-level MCP server for Phoenix development: run code, read logs, query the DB, read docs.
- host stars
- 853
- 30-day movement
- +31/day
- Related entries
- 1
- Connections
- 0
Tidewave Phoenix is an MCP server embedded in your Phoenix app via the `tidewave` hex package, exposing runtime-level tools to coding agents over HTTP at `/tidewave/mcp`. Tools include `project_eval` (Elixir code evaluation in the running app), `execute_sql_query`, `get_docs` (version-accurate docs from mix.lock), `get_logs`, and `get_source_location`.
It gives your coding agent direct access to your app's runtime, database, logs, and exact dependency docs instead of guessing from static code.
Use it to
- Let an agent evaluate Elixir code in the running app
- Have the agent query the development database with SQL
- Fetch docs matching locked dependency versions
- Read server logs from the agent
- Look up source locations for modules and functions
For Developers building Phoenix apps with coding agents
- Version
- 0.8.0
- Last release
- 2026-07-24
topicselixirphoenixmcpruntime-toolsdevelopmentdatabase