Skip to main content
Glama

mcp-server-code-runner

run-code

Execute code snippets in various programming languages and retrieve results instantly using the MCP server designed for efficient code execution.

Instructions

Run code snippet and return the result.

Input Schema

NameRequiredDescriptionDefault
codeYesCode Snippet
languageIdYesLanguage ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "description": "Code Snippet", "type": "string" }, "languageId": { "description": "Language ID", "type": "string" } }, "required": [ "code", "languageId" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-server-code-runner

Related Tools

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/formulahendry/mcp-server-code-runner'

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