Skip to main content
Glama
pwn2dav
by pwn2dav

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KUNA_BINARYNoPath to the Kuna executable. Default: ./kuna/decompiler/target/release/kuna./kuna/decompiler/target/release/kuna
KUNA_MCP_HOSTNoHost to bind the HTTP server to. Equivalent to --host. Default: 127.0.0.1127.0.0.1
KUNA_MCP_PATHNoBase path for the MCP endpoint. Equivalent to --path. Default: /mcp/mcp
KUNA_MCP_PORTNoPort to bind the HTTP server to. Equivalent to --port. Default: 80008000
KUNA_SLEIGH_PATHNoPath to compiled SLEIGH specifications. Default: ./kuna/specs./kuna/specs
KUNA_MAX_BATCH_SIZENoMaximum number of functions in one batch. Default: 2020
KUNA_MAX_CONCURRENCYNoMaximum simultaneous Kuna processes. Default: 44
KUNA_TIMEOUT_SECONDSNoTimeout in seconds for each Kuna process. Default: 120120
KUNA_MAX_OUTPUT_BYTESNoMaximum stdout bytes per Kuna call. Default: 83886088388608
KUNA_ALLOWED_BINARY_ROOTSNoColon-separated list of allowed binary root directories. Defaults to the project root, /bin, and /usr/bin.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/pwn2dav/kuna_mcp'

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