7 skills found
SecretiveShell / MCP-BridgeA middleware to provide an openAI compatible endpoint that can call MCP tools
muthuishere / mcp-server-bash-sdkMCP server SDK/example implemented entirely in bash — build a Model Context Protocol server with no runtime dependency beyond a POSIX shell.
cordum-io / cordumThe action firewall for AI agents. Enforce policy and human approval before risky tool calls, shell commands, workflows, and production changes, with auditable evidence.
Kiln-AI / KilntainersMCP server to give every agent an ephemeral Linux sandboxes for executing shell commands.
numikel / kprunStop storing API keys in mcp.json and shell profiles. kprun solves this by keeping secrets in an encrypted KeePass vault and injecting them only into spawned processes. Designed for MCP servers, coding agents, and dev scripts.
ibidathoillah / binance-cliUnofficial high-performance Rust command-line interface and Model Context Protocol server for the Binance spot exchange. Supports REST API queries, real-time WebSocket streams, stateful interactive REPL shell, secure credential resolution, and simulated paper trading.
iamfarzad / FB-c_labV2"dev:shell": "./scripts/dev-safe.sh", "mcp:bridge": "pnpm dlx @agentdeskai/browser-tools-server@latest", "mcp:server": "pnpm dlx @agentdeskai/browser-tools-mcp@1.2.0", "mcp:dev": "concurrently --names \"bridge,mcp\" --kill-others-on-fail \"pnpm mcp:bridge\" \"pnpm mcp:server\"", "lint": "next lint",…