TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mcp.run – Universal Tools for AI

19 pointsby nilslice5 months ago

2 comments

nilslice5 months ago
Just a few weeks ago, Anthropic announce the Model Context Protocol - a standard for tool integration into AI Apps and Agents.<p>This filled a significant missing link to me - a way for everything to describe tools and make them callable across models, languages, transports etc.<p>But, the issue of tool code portability and security was left unaddressed, until today! We&#x27;re excited to ship an early version of `mcpx`, the extensible &amp; dynamically re-programmable MCP Server, as well as <a href="https:&#x2F;&#x2F;mcp.run" rel="nofollow">https:&#x2F;&#x2F;mcp.run</a>, the tool registry and control plane to manage MCP &quot;servlets&quot;.<p>All servlets are WebAssembly modules, and thus can be called from any of your AI applications in any language - they run locally, on your desktop or in the browser, in a cloud server, or IoT devices &amp; everywhere in between.<p>AI applications will be deployed on every platform &amp; in every shape and size. I think it is imperative that the tools these AI apps need can also be deployed there too. That&#x27;s the power of mcp.run &amp; mcpx.<p>Please try it out and give us some feedback.
nilslice5 months ago
we opened up a repo of example servlets here: <a href="https:&#x2F;&#x2F;github.com&#x2F;dylibso&#x2F;mcp.run-servlets">https:&#x2F;&#x2F;github.com&#x2F;dylibso&#x2F;mcp.run-servlets</a><p>These can be written in virtually any language, so you can bring advance libraries from your language of choice into your agents and LLMs - no longer restricted to whatever the language implementation of the Agent SDK you&#x27;re using.