Skip to main content
Glama
Anioko
by Anioko

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
directoryYesPath to the repository to analyze

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
xray_scanA

Scan the repository and build the architecture model (routes, entities, tasks, module dependency graph, findings). Run once at session start and after structural changes.

arch_summaryA

Compact architecture summary: modules, route prefixes, domain entities, hotspots, visibility score. Use this as ground truth for where things live before searching the codebase.

blast_radiusA

Given a file or top-level module path, report what depends on it (fan-in), what it depends on (fan-out), and the routes/entities it contains. Call BEFORE editing anything load-bearing.

boundary_findingsB

Deterministic risk findings: hardcoded secrets, raw SQL bypassing the ORM, auth tokens in localStorage, routes without auth guards.

production_readinessA

Score the repo's production readiness 0-100 across 8 deterministic dimensions (auth coverage, secrets hygiene, client token storage, data-layer discipline, test footprint, migration discipline, ops readiness, docs/API contract) with per-dimension evidence and the top fixes ranked by points lost. Same repo always scores the same.

generate_diagramsA

Generate architecture diagrams as Mermaid sources: module dependency graph, domain-model ER diagram, and HTTP route map. Also writes .archiet/diagrams/ (3 .mmd files + a self-contained HTML viewer). Paste the Mermaid into any README/wiki — GitHub, GitLab, Notion and VS Code render it natively.

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/Anioko/archiet-xray'

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