takafu/repl-mcp
If you are the rightful owner of repl-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 dayong@mcphub.com.
A simple MCP server for managing REPL sessions, enabling persistent interactive environments.
Tools
Functions exposed to the LLM to take actions
create_repl_session
Create a new REPL session with predefined or custom configuration.
execute_repl_command
Execute a command in an existing REPL session.
list_repl_sessions
List all active REPL sessions.
get_session_details
Get detailed information about a specific session.
destroy_repl_session
Destroy an existing REPL session.
list_repl_configurations
List all available predefined REPL configurations.
answer_session_question
Answer a question from session creation or command execution during LLM-assisted recovery.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client