Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEXUS_LOG_LEVELNoOne of: debug, info, warn, error, silentinfo
NEXUS_WORKSPACENoWorkspace root (the jail boundary)process.cwd()

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
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
nexus_workspace_overviewA

Project at a glance: languages, LOC, git state, index health, entry points.

nexus_searchA

Search files by content (regex/literal) or by glob pattern. Gitignore-aware.

nexus_read_spanA

Read a line range of a file. Encoding-safe, binary-aware, injection-scanned.

nexus_index_buildA

Build or refresh the code index (symbols, imports, calls). Required before code-intel tools.

nexus_file_symbolsB

Get the symbol outline of a file (functions, classes, types, etc.).

nexus_find_symbolsA

Fuzzy search for symbols across the entire workspace.

nexus_referencesA

Find all reference sites of a symbol (calls, imports, type annotations).

nexus_call_graphA

Callers or callees of a function, depth-N.

nexus_dependency_graphA

Import dependencies of a file (what it depends on) or dependents (what depends on it).

nexus_repo_mapA

Ranked repo map within a token budget. Shows top symbols per file, PageRank-ordered. Most important context feature.

nexus_context_packB

Task-focused context bundle: repo map slice + symbol outlines of focus files + related files.

nexus_impact_analysisA

Blast radius of editing a symbol or file: what else would be affected? Uses reverse reachability on the dependency/call graph.

nexus_git_diffA

Smart git diff: stat summary + paginated hunks. Binary files flagged.

nexus_snapshotB

Checkpoint files before editing. Creates a restore point with full file contents.

nexus_restoreA

Restore files from a snapshot. Overwrites current content. DESTRUCTIVE.

nexus_execB

Run a command with timeout, ring-buffer output, and secret redaction. Process-group killed on timeout.

nexus_exec_pollB

Poll, list, or kill background exec jobs.

nexus_test_runA

Detect framework (jest/vitest/pytest/cargo/go) and run tests. Returns structured pass/fail counts and failures.

nexus_diagnoseA

Run typecheck (tsc) and linter (eslint). Parses output into structured diagnostics {file, line, col, severity, rule, message}.

nexus_memory_writeA

Store a persistent memory: knowledge, decision, gotcha, or preference. Survives across sessions.

nexus_memory_searchA

Recall memories by text query, tags, or namespace.

nexus_memory_forgetA

Delete memories by ID or text match. Audit-logged. DESTRUCTIVE.

nexus_task_submitA

Submit a task DAG (directed acyclic graph). Validates cycles. Persists across restarts.

nexus_task_updateA

Update task status (completed/failed/in_progress). Unblocks dependents.

nexus_task_statusA

View task DAG: ready, blocked, in_progress, completed, failed.

nexus_fanoutA

Parallel map: run a command over multiple items with concurrency limit.

nexus_secret_scanA

Scan files for secrets (AWS, GitHub, OpenAI, JWT, private keys, etc.). Findings are redacted.

nexus_audit_manifestA

Dependency inventory with risk heuristics: typosquatting, unpinned versions, abandoned packages.

nexus_rename_symbolB

Preview workspace-wide rename of a symbol (graph-scoped, not blind sed). Returns the changes to make.

nexus_server_statusA

Server self-diagnostics: index age, backend, caps, state dirs, version.

nexus_guideA

On-demand playbook: recommended workflows, recipes, and gotchas for using NEXUS effectively.

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/Senpai-Sama7/nexus-mcp-server'

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