Baker Street

Deploy a pod, gain a capability

Baker Street uses the open Model Context Protocol (MCP). When you drop an extension pod into your cluster, the Brain auto-discovers its tools over NATS. No restarts required.

Build your own extension
Official

Toolbox Core

By Savviety20 tools

The essential combined pod containing 13 GitHub tools, 5 utility tools, and 2 Perplexity search interfaces for deep research.

helm install bakerst-toolbox savviety/toolbox
Official

Playwright Browser

By Savviety45 tools

Full browser automation capabilities. Directs the agent to navigate, click, fill forms, take screenshots, and manage cookies.

helm install bakerst-browser savviety/browser
Community

GitHub Management

By Community18 tools

Repository management, issue tracking, PR reviews, code search, and commit history exploration.

kubectl apply -f https://raw.githubusercontent.com/.../github.yaml
Community

Obsidian Vault

By Community9 tools

Read, write, and semantic search through your Obsidian markdown notes directly from the agent.

kubectl apply -f https://raw.githubusercontent.com/.../obsidian.yaml
Official

MCP Registry Proxy

By Savviety1 tools

Connects Baker Street to the public Anthropic Model Context Protocol registry to dynamically load any public tool.

helm install bakerst-mcp-proxy savviety/mcp-proxy
Companion

Homelab Ops

By Community14 tools

Runs as a companion outside the cluster to manage docker containers, ZFS snapshots, and local bare-metal services.

curl -sL https://bakerst.io/install-companion.sh | bash

The Four-Tier Skill Architecture

Not everything needs a pod. Baker Street supports an escalating hierarchy of capabilities ranging from static markdown rules to completely distributed daemons.

Tier 0

Instruction Files

Markdown files mounted as ConfigMaps. Used for injecting domain knowledge or organizational guidelines directly into the prompt.

Tier 1

Stdio Tools

Simple binaries matching the MCP stdio protocol executed directly within the Worker pod. Best for low-privilege utilities.

Tier 2

Services & Extensions

Standalone Kubernetes pods providing an HTTP/NATS MCP interface. Allows providing the agent with browser engines or third-party APIs securely.

Tier 3

Companions

Agent daemons running on infrastructure totally disconnected from Kubernetes. Manages bare-metal devices, NAS, or MacBooks across VPNs.