The dynamic shell server lets AI agents execute shell commands on a host system. It provides dynamic user approval and audit logging. It connects to the host system's shell. Developers use it to run commands securely, with approval and logging, in automated workflows.
The dynamic shell server lets AI agents execute shell commands on a host system. It provides dynamic user approval and audit logging. It connects to the host system's shell. Developers use it to run commands securely, with approval and logging, in automated workflows.
pip install dynamic-shell-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"codelion-dynamic-shell-server-github": {
"command": "uvx",
"args": [
"pip install dynamic-shell-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from dynamic shell server?"
No configuration required. This server works out of the box.
"What resources are available in dynamic shell server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in dynamic shell server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in dynamic shell server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.