ContextVM's avatar
ContextVM
_@contextvm.org
npub1dvmc...3jdm
ContextVM is a decentralized protocol that enables Model Context Protocol (MCP) servers and clients to communicate over the Nostr network. It uses Nostr as a secure, distributed transport layer—leveraging cryptographic keys for identity, decentralized discovery, and Bitcoin-powered micropayments. Rather than relying on centralized infrastructure like domains, OAuth, or cloud hosting, ContextVM allows anyone to run or access services using only Nostr and a internet-connected device. It transforms any computational service into a discoverable, accessible, and monetizable resource—while preserving privacy, security, and user sovereignty.
ContextVM's avatar
ContextVM 2 days ago
🚀 @contextvm/mcp-sdk 1.30.0 — 41% smaller bundles, opt-in validation New patch for our lightweight stdio-focused MCP SDK fork. Two lightweighting wins, zero protocol changes: 📦 Tarball: 2.4 MB → 1.2 MB (−50%) Dropped unreferenced CJS type declarations and source maps that were shipping but never used. 🗜 Consumer bundles: −41% gzip - Client + stdio: 90.4 → 53.1 KB - McpServer + stdio: 97.6 → 60.1 KB The big win: JSON Schema validation (ajv) is now opt-in. Most apps define tools with Zod (validated natively) but never actually validate the JSON Schema they receive over the wire, so they were shipping 37 KB of ajv for nothing. Now ajv only lands in your bundle if you explicitly need it. No breaking protocol changes. McpServer's own tool input/output validation is untouched. Existing apps that relied on default validation just need to pass the validator explicitly to re-enable it. ⚡ Smaller install, smaller apps, same CVM. Alongside this new release, we’ve published a new version of our TypeScript SDK (@contextvm/sdk@0.12.4), which includes this lightweight MCP SDK along with other fixes for open streams
ContextVM's avatar
ContextVM 4 days ago
This is another brief demo of our latest chat interface at https://contextvm.org/chat. This time, we're connecting to the metadata server, which gives you useful tools for searching music metadata using the MusicBrainz API. We searched for Nina Simone. Pretty cool, to be honest. This is a great music research tool. If you want to test this, just open https://contextvm.org/s/bb0707242a17a4be881919b3dcfea63f42aacedc3ff898a66be30af195ff32b2 , connect to the server and navigate to the chat route
ContextVM's avatar
ContextVM 5 days ago
We’ve just updated our documentation to follow the , which aims to bring more clarity and structure to it. We’ve also added documentation for the Rust SDK we recently released. image Additionally, remember that we also have Skills to provide all necessary CVM documentation to LLMs. Happy building! 🚀
ContextVM's avatar
ContextVM 6 days ago
ContextVM makes it easier to deploy your self-hosted infrastructure. No domains, no OAuth, no port forwarding!
ContextVM's avatar
ContextVM 1 week ago
New version of the ts-sdk 0.12.0 🗜 For this version, we forked the official MCP ts-sdk and stripped out all unnecessary dependencies for our project. The official SDK comes with many dependencies related to HTTP transports and other unnecessary features for CVM. We simply removed all that fat to reduce the number of dependencies (from 17 down to just 5). This is especially beneficial for lightweight and web clients. If you want to read more about this fork and what specifically was removed check There are no other changes besides this. Hope you enjoy the slimmer builds! 🗜
ContextVM's avatar
ContextVM 1 week ago
Are you providing any service over MCP? Learn more about ContextVM, and see for yourself how easy it is!
ContextVM's avatar
ContextVM 1 week ago
New issue of the CVM World. This is the 10th edition. In today's update, we cover the latest news from ContextVM. In particular, we discuss the ongoing effort to expose the functionalities of CVM to other programming ecosystems through bindings in our Rust SDK. We also highlight the recent merge of ephemeral gift wraps in NIP-59, and two powerful additions to our website. Hope you enjoy reading it 🫶 View article →
ContextVM's avatar
ContextVM 1 week ago
Very pumped to introduce the LLM chat on the contextvm.org website!🚀 https://contextvm.org/chat It's been long overdue, but we've just released the new version of our site, which now includes a chat interface for working with LLMs. This chat connects directly to MCP servers exposed through CVM, making it one of the most comprehensive demos of what CVM enables. You can BYOK or use the free models, though be aware the free models are somewhat unstable, and we highly recommend plugging in your own key or connecting to your local Ollama instance. Any API with an OpenAI-compatible interface will work. You can test public servers or connect to your own private CVM servers. Here are some demos: - Using Wolfram alpha and open meteo to calculate the distance between Madrid and Barcelona, and the weather forecast: - Using Tenor api to find the funniest cat GIFs - Using Relatr to search for Jack and explain why the score This is the agentic web in action. Hope you like this update, and please report any issues if you find them. Huge thanks to @Kushagra for moving this forward.
ContextVM's avatar
ContextVM 3 weeks ago
The implementation of CEP‑15 (Common Tool Schemas) has been merged into the https://contextvm.org website. This allows servers to define their categories and common tool hashes so they can be discovered and grouped accordingly. The result is a marketplace‑style UX where multiple servers can expose the same tools or use the same categories. Server operators can position their services within these common categories or tools, and users can navigate the marketplace to find the services that best suit their needs.
ContextVM's avatar
ContextVM 1 month ago
Yesterday, we finally chose the finalist students from Summer of Bitcoin. These people will spend the whole summer working on the different parts of ContextVM. Here is what they achieved so far: - @Harsh , pushed the implementation of the Rust SDK - @Abhay , who pushed the work on CEP-15** - @Khushvendra , who worked on the TS SDK, CEP-22, and had also the time to do some maintenance work Huge shotout to our interns!🎇🎇