Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level: error|warn|info|debug (default: info)info
AUDIT_API_KEYNoAPI key to enable protected GET /audit endpoint (requires OPTIVISE_AUDIT=true)
OPTIVISE_MODENoOperation mode: mcp|server (default: mcp)mcp
OPENAI_API_KEYNoOptional API key to enable AI-powered features
OPTIVISE_AUDITNoSet to 'true' to enable in-memory audit trail (requires AUDIT_API_KEY)
MAX_BLOCK_CHARSNoMaximum characters per context block (default: 5000)5000
MAX_TOTAL_TOKENSNoHard safety ceiling for context tokens (default: 4000)4000
CORS_ALLOW_ORIGINSNoComma-separated allowed origins for HTTP server (default: *)*
REQUEST_TIMEOUT_MSNoPer-request timeout for /analyze (default: 15000)15000

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
optidev_context_analyzerC

Enhanced context analysis with AI-powered relevance scoring and vector search

optidev_implementation_guideB

Analyzes Jira tickets and provides complete implementation guidance

optidev_debug_helperC

Provides intelligent debugging assistance for Optimizely-related issues

optidev_code_analyzerC

Real-time code analysis for performance, security, and best practices

optidev_project_helperC

Project setup, migration assistance, and development guidance

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 5 tools

Disambiguation3/5

Several tools have overlapping purposes: implementation_guide and project_helper both provide development guidance, while code_analyzer and debug_helper both analyze code for issues. Descriptions clarify some boundaries but ambiguity remains, especially for agents relying on tool names alone.

Naming Consistency5/5

All tools follow a consistent optidev_<topic>_<role> pattern (analyzer, guide, helper) and use snake_case throughout. The convention is uniform and predictable, even though it uses nouns rather than verbs.

Tool Count5/5

With exactly 5 tools, the server is well-scoped for a development assistance purpose. Each tool covers a distinct area without unnecessary duplication, making the set manageable and purposeful.

Completeness4/5

The toolset covers key development assistance needs: context analysis, implementation guidance, debugging, code analysis, and project setup. Minor gaps exist (e.g., testing or deployment guidance), but core workflows are well represented.

Maintenance

ActivityInactive
ResponsivenessNo issues