Skip to main content
Glama
declaw-ai

declaw-mcp-server

Official
by declaw-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DECLAW_DOMAINNoCustom API domain (for on-prem deployments)
DECLAW_API_KEYYesYour Declaw API key

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_sandboxB

Create a new secure sandbox environment. Returns a sandbox_id to use with other tools.

kill_sandboxA

Destroy a sandbox and release its resources.

list_sandboxesA

List all active sandboxes for the current API key.

run_commandA

Execute a shell command inside a sandbox. Returns stdout, stderr, and exit code.

read_fileB

Read a text file from a sandbox.

write_fileA

Write text content to a file in a sandbox. Creates parent directories automatically.

list_filesA

List files and directories at a given path in a sandbox.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: sandbox lifecycle (create, kill, list) versus in-sandbox operations (run command, read/write file, list files). No overlapping functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (create_sandbox, kill_sandbox, run_command, read_file, etc.), with predictable alignment between verbs and actions.

Tool Count5/5

Seven tools is well-scoped for a sandbox server, covering both lifecycle management and common file/command operations without redundancy or bloat.

Completeness4/5

Core lifecycle and file operations are covered, but there is no file delete or directory removal tool, which would be a natural expectation for file management in a sandbox.

Maintenance

ActivityMaintained
ResponsivenessNo issues