Lucidity MCP
by hyperb1iss
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Host to bind the server to (use 0.0.0.0 for all interfaces) | 127.0.0.1 |
PORT | No | Port to listen on for network connections | 6969 |
DEBUG | No | Enable debug logging | false |
VERBOSE | No | Enable verbose logging for HTTP requests | false |
LOG_FILE | No | Path to log file (required for stdio transport if logs enabled) | |
LOG_LEVEL | No | Set the logging level | INFO |
TRANSPORT | No | Transport type to use (stdio for terminal, sse for network) | stdio |
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 |