PyBun
Verified Safeby VOID-TECHNOLOGY-INC
Overview
A Rust-powered, single-binary toolchain for Python development, designed for fast dependency management, runtime optimization, testing, building, and providing JSON-first output for AI agents and humans.
Installation
cargo run -- mcp serve --port 9999Environment Variables
- PYBUN_HOME
- PYBUN_ENV
- PYBUN_TRACE
Security Notes
The project is in its early 'Bootstrap' phase, with many features stubbed. The 'mcp serve' command opens a network port as intended functionality for programmatic control. However, the project explicitly plans for advanced security features like sandboxed execution (seccomp/JobObject), signature verification for downloads, and SBOM generation, indicating a strong security-first approach. No 'eval' or obvious malicious patterns are present in the provided source code.
Similar Servers
code-assistant
An AI coding assistant that integrates with code editors to provide autonomous code analysis and modification, supporting multiple UI modes and the Agent Client Protocol (ACP).
rust-docs-mcp
Provides AI agents with deep, cached access to Rust crate documentation, source code, and project structure for enhanced development.
AgentUp
A developer-first framework for building, deploying, and managing secure, scalable, and configurable AI agents, supporting various agent types (reactive, iterative) and the Model-Context Protocol (MCP) for seamless interactions.
Polymcp
A comprehensive toolkit and agent framework for building Model Context Protocol (MCP) servers and orchestrating them with Large Language Models (LLMs) across Python and TypeScript environments.