Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
open_and_analyzeA

Open and automatically analyze a binary file. This tool must be called before performing any decompilation, disassembly, or queries on the file.

run_capa_analysisA

[Ultra-fast Rizin Extractor Mode] Use the pre-analyzed Rizin Session from open_and_analyze to match capa-rules and identify malicious capabilities. open_and_analyze must be called first. It fully analyzes all functions until completion, automatically supports disk caching, and directly returns cached results if already analyzed.

list_functionsA

List all functions identified in the current file. Supports filtering by function name or address using a keyword.

decompile_functionA

Use the Ghidra decompiler to decompile a specified memory address (e.g., 0x140001000) or function name (e.g., fcn.140001000, main) into C pseudocode.

disassemble_functionB

Get the assembly disassembly output for a specified function/address.

get_binary_infoA

Get detailed architectural information of the current binary file, including Headers, Sections, Imports, Exports, etc.

search_stringsA

Search for readable strings present in the binary file. Supports filtering with a query keyword.

get_xrefsA

Find and analyze cross-references (Xrefs) and call dependencies for a specified function or address. Supports passing an address/name or global query, returning format includes [{'type': 'CALL', 'from': '0x401000', 'to': '0x402000'}].

execute_rizin_commandA

[High Privilege Tool] Execute custom commands directly in Rizin (e.g., px 64 @ 0x140001000, afl, etc.).

close_fileA

Close the currently opened binary file and Rizin Session.

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/kd992102/rizin-mcp'

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