NyxID
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | No | Base URL for the backend server, defaults to http://localhost:3001 in self-host setup | |
| RUST_LOG | No | Rust logging configuration, defaults to 'nyxid=info,tower_http=info' in self-host setup | |
| ENVIRONMENT | No | Environment setting, e.g., 'development' or 'production', defaults to 'development' in self-host setup | |
| FRONTEND_URL | No | URL for the frontend server, defaults to http://localhost:3000 in self-host setup | |
| ENCRYPTION_KEY | No | Encryption key for securing data, generated automatically in self-host setup | |
| AUTO_VERIFY_EMAIL | No | Whether to auto-verify email addresses, defaults to 'true' in self-host setup | |
| JWT_PUBLIC_KEY_PATH | No | Path to the JWT public key file, defaults to /app/keys/public.pem in self-host setup | |
| MONGO_ROOT_PASSWORD | No | Root password for MongoDB, generated automatically in self-host setup | |
| INVITE_CODE_REQUIRED | No | Whether an invite code is required for registration, defaults to 'false' in self-host setup | |
| JWT_PRIVATE_KEY_PATH | No | Path to the JWT private key file, defaults to /app/keys/private.pem in self-host setup |
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
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/ChronoAIProject/nyxid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server