Lujo-MCP
by lujoai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind the server to. For local development, use 127.0.0.1. | 0.0.0.0 |
| API_KEY | No | Secret key for fail-closed authentication. If empty, authentication is disabled. | |
| PG_HOST | No | PostgreSQL host. | localhost |
| PG_PORT | No | PostgreSQL port. | 5432 |
| PG_USER | No | PostgreSQL user. | |
| LLM_MODEL | No | Primary LLM model, e.g., gpt-4o or glm-4.5-air. | gpt-4o |
| PG_DATABASE | No | PostgreSQL database name. | |
| PG_PASSWORD | No | PostgreSQL password. | |
| LLM_PROVIDER | No | LLM provider: openai, zhipu, or custom. | |
| STATE_BACKEND | No | State backend for rate limiting: memory or redis. | memory |
| OPENAI_API_KEY | No | API key for OpenAI or Zhipu (used for LLM analysis). Required for LLM features. | |
| STORAGE_BACKEND | No | Storage backend: memory or postgresql. | memory |
| UI_URL_ALLOWLIST | No | Comma-separated list of allowed UI URLs for Playwright. | |
| GIT_PATH_WHITELIST | No | Allowed git repository paths. | |
| LLM_FALLBACK_MODEL | No | Fallback LLM model, e.g., glm-4-flash. | glm-4-flash |
| TOOL_TIMEOUT_SECONDS | No | Timeout for tool executions in seconds. | 60 |
| UI_URL_ALLOW_PRIVATE | No | Allow access to private network addresses in Playwright UI verification (true/false). | false |
| WHITELIST_PATH_PREFIX | No | Allowed path prefix for file access beyond the project root. | |
| DEBUG_ENDPOINTS_ENABLED | No | Enable debug endpoints (true/false). | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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/lujoai/Lujo-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server