taybenlor/runno MCP
runno MCP is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of runno MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
`@runno/mcp` is a Model Context Protocol server that provides a secure code execution environment for AI assistants.
Try runno MCP with chat:
Tools
Functions exposed to the LLM to take actions
run_code
Run code in a sandboxed environment.
Specify a runtime and then provide some code to run.
runtime | Programming Language |
---|---|
python | Python |
quickjs | JavaScript |
clang | C |
clangpp | C++ |
ruby | Ruby |
php-cgi | PHP |
You can write code for any of the available runtimes, so use the best programming language for the job.
If you're unsure, try Python or JavaScript first.
Use this tool for the following scenarios:
- Running a complex calculation to get an accurate answer
- Solving a problem that requires an algorithm
- Generating statistics or analysing data
- Seeing the result of a small snippet of code run in isolation
- Debugging code by running small snippets
- Testing code by running small snippets
You can use STDOUT to print out results so that you can use them. Following execution you'll be provided with the STDIN, STDOUT, and STDERR combined in the form of TTY output.
Make sure that all the data you need is provided inside the program, you won't be able to access the file system or connect to the internet.
The code is executed in a safe and secure temporary sandbox. You won't be able to make network connections, access the filesystem, or execute system commands. You won't be able to import any packages from a package manager or execute any external programs. Only the core programming language capabilities are available.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client