Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BITSLICER_SOCKET_PATHNoPath to the Unix socket used to communicate with the native bridge. If not set, the server reads the path from the session descriptor.
BITSLICER_ENABLE_WRITESNoSet to 'true' to enable write operations. Defaults to 'false' and writes remain disabled in this build.false
BITSLICER_SESSION_TOKENNoSession token used to authenticate requests. Generated automatically by the native app; not required if the session descriptor is available.

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pingA

Check the local Bit Slicer bridge and report capabilities.

list_processesA

List attachable processes. Listing does not authorize attachment.

attachB

Request explicit attachment. The native bridge must independently approve the target before access.

list_memory_regionsA

List mapped regions for the currently approved target.

read_memoryB

Read at most 65536 bytes from an approved target.

scan_valueA

Start a bounded integer or UTF-8 string scan in readable regions.

filter_scanA

Filter a prior scan using an exact, changed, unchanged, increased, or decreased predicate.

resolve_pointer_chainA

Resolve a base address plus a bounded sequence of pointer offsets.

list_loaded_imagesA

List Mach-O images loaded in the approved target.

dump_memoryA

Return a base64 memory dump of at most 1048576 bytes; this tool does not write files.

disassembleC

Decode a bounded instruction range through the bridge disassembly abstraction.

begin_edit_sessionA

Begin a short-lived write session. Requires server write opt-in and native target authorization.

preview_memory_patchC

Compare expected bytes and preview a patch of at most 64 bytes without writing.

apply_memory_patchA

Apply only a previously previewed patch using its one-time confirmation ID.

undo_last_patchA

Undo the latest patch in the edit session using recorded compare-before-write metadata.

end_edit_sessionA

Invalidate previews and close the active edit 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/krisgnyc/bitslicer-mcp'

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