Skip to main content
Glama
jariy17

tjariy-code-interpreter-mcp-server

by jariy17

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_REGIONNoAWS region for Bedrock AgentCore CodeInterpreterus-west-2
AWS_PROFILENoAWS profile to use for credentialsdefault

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
execute_codeC

Execute code in a secure sandboxed environment. Supports Python, JavaScript, and TypeScript.

execute_commandC

Execute a shell command in the sandbox environment

read_filesA

Read file contents from the sandbox filesystem

write_filesC

Write files to the sandbox filesystem

list_filesA

List files in a directory in the sandbox

remove_filesB

Remove files from the sandbox filesystem

start_sessionC

Start a new code interpreter session

stop_sessionA

Stop the current code interpreter session

get_sessionB

Get information about a specific session

list_sessionsA

List all code interpreter sessions

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 10 tools

Disambiguation4/5

execute_code and execute_command both involve running something, which could cause minor confusion, but the former is for Python/JavaScript/TypeScript code and the latter is for shell commands. File operations and session operations are each clearly distinct from one another.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern such as execute_code, list_files, start_session, and stop_session. The naming is predictable and easy to navigate.

Tool Count5/5

10 tools is well-scoped for a code interpreter sandbox, covering execution, shell commands, file management, and session lifecycle without redundancy. Each tool serves a clear and necessary purpose.

Completeness5/5

The toolset provides complete lifecycle coverage for sessions and files, plus code and shell execution. There are no obvious missing operations that would prevent an agent from accomplishing typical sandbox tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues