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. |
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 | |
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/pwn2dav/kuna_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server