kuna_mcp
by pwn2dav
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KUNA_BINARY | No | Path to the Kuna executable. Default: ./kuna/decompiler/target/release/kuna | ./kuna/decompiler/target/release/kuna |
| KUNA_MCP_HOST | No | Host to bind the HTTP server to. Equivalent to --host. Default: 127.0.0.1 | 127.0.0.1 |
| KUNA_MCP_PATH | No | Base path for the MCP endpoint. Equivalent to --path. Default: /mcp | /mcp |
| KUNA_MCP_PORT | No | Port to bind the HTTP server to. Equivalent to --port. Default: 8000 | 8000 |
| KUNA_SLEIGH_PATH | No | Path to compiled SLEIGH specifications. Default: ./kuna/specs | ./kuna/specs |
| KUNA_MAX_BATCH_SIZE | No | Maximum number of functions in one batch. Default: 20 | 20 |
| KUNA_MAX_CONCURRENCY | No | Maximum simultaneous Kuna processes. Default: 4 | 4 |
| KUNA_TIMEOUT_SECONDS | No | Timeout in seconds for each Kuna process. Default: 120 | 120 |
| KUNA_MAX_OUTPUT_BYTES | No | Maximum stdout bytes per Kuna call. Default: 8388608 | 8388608 |
| KUNA_ALLOWED_BINARY_ROOTS | No | Colon-separated list of allowed binary root directories. Defaults to the project root, /bin, and /usr/bin. |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues