npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@olympeio/nody-vmcp

v0.0.4

Published

Run virtual MCP server composed of tools from vendor MCP servers

Downloads

27

Readme

Nody

Nody is a developer-first platform for managing and deploying Model Context Protocol (MCP) servers and toolsets. Nody technology maintains the tools collections in a knowledge graph. Nody clients exposing tools to your AI Agents request the knowledge graph to discover what tool should ben installed and exposed.

Overview

Nody provides a powerful MCP Composer for creating and managing custom MCP servers. It enables you to personalize each tool's name and description to add context, helping agents use them with fewer tokens. It manages the configurations and secrets of MCP servers in one secure place, making it easier to deploy and scale your AI toolsets efficiently.

Features

  • MCP Composer
    A powerful visual interface for composing, editing, and managing MCP server tools into collections built around specific use cases.

  • Tool Customization
    Customize tool names and descriptions to optimize context for AI agents based on your desired use cases.

  • Configure Agents Once
    Configure agents once and maintain tool collections and their descriptions through a centralized UI. No need to reconfigure agents later.

  • Secure Configuration Storage
    Secret values (API keys, tokens, etc.) are encrypted and stored securely. The encryption key is stored in a Vault accessible only by you.

  • Monitor Execution of Collections
    Track the execution of your collections and tools to know whether they're running properly.

  • Add Servers to Catalog
    Extend your catalog by adding servers already deployed on NPM or UV public registries. Define the required configuration parameters and secrets to run them securely.

How to Use

Once your Nody client is composed at Nody, click the Run it button to get installation instructions.

Example of a Nody client configuration to add to your favorite MCP client:

{
  "mcpServers": {
    "<Nody client name>": {
      "command": "npx",
      "args": [
        "-y",
        "@olympeio/nody-vmcp@latest"
      ],
      "env": {
        "NODY_CLIENT_ID": "<Nody client id>", // REQUIRED, your Nody client ID
        "NODY_USER_KEY": "<your very own secret encryption key>" // OPTIONAL, used when authenticated, required to decrypt secret values
      }
    }
  }
}

This starts the Nody client and loads the list of tools included in the collection with the configured customizations.

Requirements

The Nody VMCP package is an NPM package that requires Node.js 18+ to work properly.

Check your installed Node.js version with:

node --version

Download the latest version from the official website.

Roadmap

Planned features and improvements:

  • Enterprise Security
    Use your enterprise vault to store encryption keys. Enterprise-grade governance for AI tooling.

  • Collection Sharing (Templates)
    Publish and share MCP configurations through public or private repositories with attribution.

  • Code Your Own Tools
    Write and test your tools directly in Nody without needing to publish them on NPM, UV, or Docker.

  • Integration of Existing APIs
    Integrate APIs from your IT landscape into AI agents by wrapping them as MCP tools and composing them into collections.

  • Add Docker and Local Servers
    Add servers not deployed on NPM or UV registries, including local or Docker-based servers, and use them in the MCP Composer.

Architecture

Nody clients are lightweight runtimes built on top of the Olympe Technology: a knowledge graph stored in a dedicated graph database describes the compositions of tools in collections, custom MCP and names and descriptions overrides. Nody Clients are distributed and connected to a centralized orchestrator providing required graph portions for the execution of the tools. Updates on tools and collections are notified in real time thanks to our event driven distributed archtitecture.

Links

License

Copyright (C) Olympe S.A. - All Rights Reserved Unauthorized copying of any of the files contained in this project, via any medium is strictly prohibited Proprietary and confidential