Skip to content

AdamBien/zmcp-code-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zmcp Java code executor tool

This zmcp tool receives Java code which is executed via the JShell API.

Uses jdk.jshell.JShell to run (evaluate) Java code on-the-fly.

⚠️ Security Warning

This tool executes arbitrary Java code on the host system. Use only in trusted environments with proper security measures:

  • Code execution happens with the same permissions as the JVM process
  • No sandboxing or security restrictions are applied
  • Malicious code can access system resources, files, and network
  • Suitable for development/testing environments only
  • Not recommended for production or untrusted input

For more secure code execution, consider GraalVM Espresso which provides sandboxed Java execution.

Related Projects

About

zmcp tool which executes java code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages