Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NVM_ENV | No | Environment setting (staging_sandbox | production) | staging_sandbox |
| MCP_CITY | No | City for weather queries | |
| NVM_API_KEY | No | Subscriber key for client | |
| NVM_PLAN_ID | No | Plan that grants access | |
| MCP_BASE_URL | No | Base URL for MCP client | http://localhost:8000 |
| NVM_AGENT_ID | No | Logical agent id used in validation (or your real ID) | |
| MCP_SERVER_MODE | No | Server mode setting (set to 'low' for Low-Level mode) | |
| MCP_LOW_ENDPOINT | No | Endpoint for Low-Level MCP client | http://localhost:8000/mcp-low |
| NVM_SERVER_API_KEY | No | Server key (builder/agent owner) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |