Skip to main content
Glama
Elioz404

Codex Context Engine

by Elioz404

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
index_workspaceA

Triggers a re-scan of the workspace, parsing all JavaScript/TypeScript files to rebuild the symbol and call graph index.

find_definitionsA

Returns definition details, lines, and exact code snippet for a given function, class, or method name.

find_referencesA

Searches the workspace for references to a given symbol name. Returns file paths, line numbers, caller names, and matching code snippets.

get_call_graphA

Generates caller-callee trees to trace program execution pathways for a given function or method.

semantic_queryA

Performs a weighted search over symbols and comments using query keywords to locate code by intent (e.g., "jwt parsing").

detect_circular_dependenciesA

Analyzes module imports to locate dependency cycles (e.g. A imports B, B imports A) which lead to runtime errors.

find_unused_exportsA

Scans the project to identify exported classes, functions, or variables that are never imported anywhere in the codebase.

estimate_semver_impactB

Estimates the semantic versioning impact (Major/Minor/Patch) of current changes by comparing code signatures with a reference commit or branch.

audit_securityA

Scans the workspace to identify sensitive credentials (API keys, private keys, database connection strings) and build source map files (.map) that might leak source structure.

get_file_outlineB

Returns a structured outline of all symbols (classes, functions, methods, variables) declared inside a specific file from the index.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/Elioz404/PanchiCodex'

If you have feedback or need assistance with the MCP directory API, please join our Discord server