optivise
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: error|warn|info|debug (default: info) | info |
| AUDIT_API_KEY | No | API key to enable protected GET /audit endpoint (requires OPTIVISE_AUDIT=true) | |
| OPTIVISE_MODE | No | Operation mode: mcp|server (default: mcp) | mcp |
| OPENAI_API_KEY | No | Optional API key to enable AI-powered features | |
| OPTIVISE_AUDIT | No | Set to 'true' to enable in-memory audit trail (requires AUDIT_API_KEY) | |
| MAX_BLOCK_CHARS | No | Maximum characters per context block (default: 5000) | 5000 |
| MAX_TOTAL_TOKENS | No | Hard safety ceiling for context tokens (default: 4000) | 4000 |
| CORS_ALLOW_ORIGINS | No | Comma-separated allowed origins for HTTP server (default: *) | * |
| REQUEST_TIMEOUT_MS | No | Per-request timeout for /analyze (default: 15000) | 15000 |
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/biswajitpanday/Optivise'
If you have feedback or need assistance with the MCP directory API, please join our Discord server