NickGnd
Tidewave has just been announced by José Valim
Hey ![]()
Tidewave has just been announced by José Valim ![]()
Watch Tidewave transform Claude Desktop into an agent by running a MCP server in your web app!
https://x.com/josevalim/status/1917296901268910405
It implements the MCP server protocol to introspect your running application and interact with it, I’m curious to try it out with bigger phoenix applications.
Repo: GitHub - tidewave-ai/tidewave_phoenix: Tidewave for Phoenix · GitHub
Enjoy ![]()
Most Liked
josevalim
Great questions!
That particular example had the MCP tell the precise LiveView active on the page, which is not as straight-forward to get from a browser MCP (doable but then you had to write your own JS traversal scripts). This reveals the two important parts about Tidewave: it runs inside your application, so it has access to everything your application does, and it is fine-tuned for your specific web framework.
For example, one of the tools Tidewave offers is access to the database. Surely you can do this with another MCP, but your app already has access to the database, with all of the credentials and configs you would need, and that saves you work. Plus the tool has the ability to query your database using SQL or using your language’s query builder. And this applies to everything: access to background queue? Check, Access to the APIs you talk to? Check. Most of it is powered by the project_eval tool, where we evaluate code within your running application instance.
Another tool that we offer is to get the package documentation. Many people are asking for llms.txt (which I agree are useful) but, when working on a project, all of the packages and their documentations are already available on your machine, with the exact version your application uses. This also applies to getting the location where packages are installed or the file+line of where modules and functions are defined. Those are all things that could be done separately but, because Tidewave is literally running within your web app, we can ask the language runtime/compiler, which will just do a better/faster job.
arcanemachine
Nice. I’ve been watching things crop up over the last hour or so and didn’t want to spoil anything by revealing the surpise. But I also don’t use Twitter, so I didn’t see the announcement. ![]()
https://github.com/tidewave-ai/tidewave_phoenix
I’ve got to figure out how to get all this stuff working in NeoVim (it’s not in the list of supported editors… yet).
Between this and the launch of Qwen3 yesterday (which seems to work well on powerful CPUs, may not need a huge GPU to use it), I’m pretty excited to see if I can get my hands on some sort of “agentic” coding experience that doesn’t send all my code to some Big Data oligarchs (without having to drop $$$ on a GPU farm).
slouchpie
I got tidewave working with Claude in Emacs today.
I needed this PR Fix endpoint parsing function by peaceful-james · Pull Request #26 · lizqwerscott/mcp.el · GitHub
and this package GitHub - karthink/gptel: A simple, extensible LLM client for Emacs · GitHub
but it is certainly working.
It is relatively straightforward if you just follow the READMEs in both of those repos.
Popular in AI / LLMs
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance









