V.I.S.O.R.
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_file_contextA | Returns a structured AST summary for a given file, including all indexed symbols (classes, functions, imports) and their line ranges. |
| store_memoryC | Persists an agent conversation turn with an embedding in the local DB. |
| get_architecture_mapC | Returns the full or partial CodeNode graph topology as a JSON string. |
| search_codebaseC | Semantic vector search across CodeNodes. Returns list of nodes. |
| get_drift_reportA | |
| get_telemetryB | Returns the current state of telemetry data. graph_nodes, context_burn, drift_alert. |
| set_hud_focusA | |
| impact_analysisB | Fetch downstream dependent files impacted by a change using BFS (max depth 5). |
| trace_routeC | Trace a path from a source node to a target node. |
| dead_code_detectionA | Finds nodes with an in-degree of 0 (no incoming callers). |
| get_symbol_contextA | |
| get_dependency_chainA | |
| build_contextB | |
| list_custom_skillsA | List all available custom V.I.S.O.R architecture skills. |
| add_custom_skillD | Adds a newly created custom skill via the UI. |
| delete_custom_skillC | Deletes a custom skill. |
| health_checkA | Basic health-check endpoint confirming the server is alive. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| get_visor_skill | Fetch a specific Custom V.I.S.O.R Skill instruction pack by name. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dibun75/visor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server