- Nody
Nody
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.
Server Config
{
"mcpServers": {
"<Nody client name>": {
"command": "npx",
"args": [
"-y",
"@olympeio/nody-vmcp@latest"
],
"env": {
"NODY_CLIENT_ID": "<Nody client id>",
"NODY_USER_KEY": "<your very own secret encryption key>"
}
}
}
}