1. Conduid
  2. Cloud
  3. B00t
MCP server Β· Cloud

B00t

πŸ₯Ύ _b00t_: brians dotfiles aka state of the art agentic tooling & context initialization

Unclaimed NOASSERTION last commit 6 months ago aigentgcpb00tagentcloudmcp-clientazureawsagentic-ai
64Good

Scored 3 months ago Β· breakdown

About B00t

B00t is an MCP server published by elasticdotventures in the Cloud category: πŸ₯Ύ _b00t_: brians dotfiles aka state of the art agentic tooling & context initialization. It has been installed 0 times through Conduid.

The repository has 12 stars and 0 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx b00t

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about B00t

Powered by Claude · Grounded in docs

I know everything about B00t. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • Β·README presentNot checked yet.
  • Β·License declaredNot checked yet.
  • Β·Tests presentNot checked yet.
  • Β·Dependencies pinnedNot checked yet.
  • Β·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

πŸ₯Ύ b00t β€” Agentic Hive OS

Release Crates.io

"Tell me what I'm running on, what tools are available, what I'm allowed to do, what goals I should optimize for, and where the boundaries are."

b00t is a context-aware agentic operating layer: tool discovery, version management, tribal knowledge, multi-agent coordination, and MCP integration β€” batteries included.


⚑ Install

curl -fsSL https://raw.githubusercontent.com/elasticdotventures/_b00t_/main/install.sh | bash

Downloads the binary from GitHub Releases and verifies its SHA256 checksum when possible. Supports Linux x86_64/aarch64/armv7 and macOS Intel/Apple Silicon.

From crates.io:

cargo install b00t-cli

From source:

git clone https://github.com/elasticdotventures/_b00t_.git
cd _b00t_ && cargo install --path b00t-cli

πŸš€ Quick Start

b00t --version
b00t status                        # check tool versions vs desired

b00t cli check rust                # is rustc installed?
b00t cli install uv                # install/upgrade to desired version
b00t cli up                        # check all datums
b00t cli up --yes                  # update all tools to desired versions

b00t learn rust                    # load Rust dev context into agent session
b00t learn docker                  # container orchestration knowledge

b00t lfmf rust "PyO3: unset CONDA_PREFIX before cargo build to fix linker errors"
b00t advice rust "PyO3"            # retrieve lessons for a tool+pattern

πŸ€– MCP Integration

Claude Code Marketplace (recommended)

# In Claude Code, add the b00t marketplace plugin
/plugin marketplace add elasticdotventures/_b00t_
/plugin install b00t@b00t-plugins
/plugin install skill-document-understanding@b00t-plugins

Provides /b00t skill, context-aware tool dispatch, and all available b00t skills. Bundles publish deterministic MCP recipes at .claude-plugin/recipes/{skills,roles}/*.json (for example: skill-document-understanding provides docling-mcp + fetch-url-as-markdown).

Direct MCP Server

b00t mcp install b00t claudecode   # Claude Code
b00t mcp install b00t vscode       # VS Code
b00t mcp list                      # list available MCP servers

50+ MCP tools exposed via b00t-mcp β€” b00t_up, b00t_status, b00t_learn, b00t_lfmf, b00t_advice, and more.


🐝 Hive Coordination

# Multi-agent mission coordination
b00t acp hive create mission-id 3 "Build and deploy microservice" leader
b00t acp hive join mission-id developer
b00t acp hive sync mission-id 1    # barrier: wait for all agents at step 1
b00t acp hive ready mission-id 2   # signal readiness for step 2

πŸ” Next Loop Interface

b00t.sh carries forward the useful Ralph/OODA loop lessons, but the standalone b00t-wiggums repo is sunset. The loop interface is now treated as a commodity execution surface, with higher-level research/orchestration living in b00t.sh and karpathy/autoresearch.

# Run with default claude tool, 10 iterations
bash b00t.sh

# Configure via env or flags
TOOL=mistralrs bash b00t.sh --max-iterations 5 --role executor
bash b00t.sh --tool codex --sleep 1

Tools: claude, codex, amp, opencode, mistralrs (local vLLM). Loop exits on EXIT_SIGNAL=true in LLM output, or exit 75 (tempfail/restart) after max iterations.


πŸ“¦ Datums

Datums in _b00t_/ declare tools with detect/install/desires/hint. b00t resolves DAG-ordered installs:

b00t cli detect fastmcp            # run datum detect script
b00t cli desires rust              # show target version
b00t cli install fastmcp           # install: python β†’ uv β†’ fastmcp (DAG-aware)

🧠 Session & Budget Management

b00t session init --budget 25.00 --time-limit 120 --agent "code-reviewer"
b00t session status
b00t checkpoint "completed feature X"

🌐 Platform Support

Platform Architecture Status
Linux x86_64 βœ…
Linux aarch64 βœ…
Linux armv7 βœ…
macOS Intel βœ…
macOS Apple Silicon βœ…

πŸ›  Development

git clone https://github.com/elasticdotventures/_b00t_.git && cd _b00t_
cargo build
cargo test --workspace
just -l                            # available recipes
just release                       # dispatch GitHub release workflow

Release pipeline: release.yml (tag + GitHub Release) β†’ build-release.yml (cross-platform binaries) β†’ publish-crates.yml (crates.io).


πŸ“– Docs


Issues / hive recruitment: github.com/elasticdotventures/b00t/issues

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About B00t

How do I install B00t?

Run npx b00t, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is B00t safe to use with an AI agent?

Its trust score is 64 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is B00t still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.