TLDRocket
Sign in

Mu

TLDR Dev

Mu is a new open-source MCP server that gives AI agents (and humans) one interface for news, mail, markets, weather, and more. It's basically a plug-and-play toolbox for agents, self-hostable and fully open under AGPL.

There's a quiet arms race happening around what agents can actually do once you hand them a brain. Mu, a new open-source project, tackles that problem head-on by acting as both an MCP server and a web app, bundling together dozens of real-world tools — news, web search, mail, markets, weather, video, contacts, calendar, files — into one addressable service that any MCP-compatible agent can call.

The pitch is refreshingly practical. Instead of wiring up a dozen separate APIs for your agent to use, you point it at https://micro.mu/mcp, generate a Personal Access Token, and you're done. Want to limit what your agent sees? Scope the connection with a query string like ?tools=news,web,mail and only those show up in the tool list, though everything else technically remains callable. There's also a full CLI where every tool becomes a subcommand — mu news_list, mu weather_forecast, mu agent "what is the btc price?" — which turns the whole thing into something closer to a Swiss Army knife than a single-purpose bot.

What's notable is how broad the surface area already is. Beyond the obvious categories, Mu ships tools for building small web apps (apps_build, apps_run), publishing a blog with AI-generated daily digests, per-caller storage, a self-timeline called Stream, even Islamic prayer times and Quran search. It plugs into Claude, DeepSeek via Atlas Cloud, or a local Ollama/OpenAI-compatible model, and keeps memory per user across sessions. There's a web front end too, with home-screen cards showing headlines, prices, and unread mail, plus an inline agent that can act on whatever you're currently looking at.

Self-hosting is clearly a first-class option here, not an afterthought. A single install script, a Docker Compose file, or building from source with Go all get you running locally, and a first-run setup wizard walks you through picking a provider and creating an admin account. Once that's done, everything else — YouTube keys, Brave search, mail DKIM, Google sign-in — gets configured from an admin panel rather than buried in environment files. The whole thing is licensed AGPL-3.0, meaning if you run a modified version as a hosted service, you're obligated to share your changes.

My take

This is the kind of infrastructure I actually want to see more of in the agent space — not another chatbot wrapper, but a genuinely open, self-hostable toolbox that doesn't lock you into one vendor's cloud. The AGPL license is the right call too, since it stops someone from quietly forking this into a closed SaaS product. If MCP is going to be the plumbing that lets agents touch the real world, projects like Mu are a much better bet than yet another walled garden from a big lab.

Read more about this at: TLDR Dev

Related stories

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads 60+ sources, removes duplicate coverage, and summarises the day in two minutes. Follow companies and topics for alerts, or get the briefing in Slack. Free, no spam, unsubscribe anytime.