nodel-mcp
by mcartmel
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Listener port | 8765 |
| NODEL_BASE_URL | No | Local Nodel REST base URL | http://127.0.0.1:8085 |
| NODEL_MCP_TOKEN | No | Inbound bearer token for /mcp and /readyz | |
| NODEL_STATE_DIR | No | Persistent approval/audit/backup state | .state |
| MCP_BIND_ADDRESS | No | Listener bind address | 127.0.0.1 |
| MCP_ALLOWED_ORIGINS | No | Exact allowed browser Origins for HTTP requests | |
| NODEL_ENABLE_WRITES | No | Enable maintenance writes/actions | false |
| NODEL_ENABLE_DELETES | No | Enable delete_node with lifecycle + writes | false |
| NODEL_AUDIT_MAX_BYTES | No | Maximum audit log size in bytes | 10485760 |
| NODEL_AUDIT_RETENTION_FILES | No | Number of audit log files to retain | 5 |
| NODEL_BACKUP_RETENTION_DAYS | No | Number of days to retain backups | 30 |
| NODEL_ENABLE_NODE_LIFECYCLE | No | Enable create_node/restart_node when writes are enabled | false |
| MCP_REQUEST_BODY_LIMIT_BYTES | No | Maximum request body size in bytes | 1048576 |
| NODEL_REQUIRE_WRITE_APPROVAL | No | Require workflow approval ids for writes | true |
| NODEL_ALLOWED_RUNTIME_ORIGINS | No | Exact allowed runtime origins for explicit runtimeUrl operations. The NODEL_BASE_URL origin is always allowed. | |
| NODEL_BACKUP_RETENTION_PER_NODE_KIND | No | Number of backups to retain per node kind | 50 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcartmel/nodel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server