adrianwedd.dev

Installable tools. MCP servers, CLIs, libraries — things other people can pip install, git clone, or wire into Claude Code.

Writing lives at adrianwedd.com. Failure-First research at failurefirst.org. SPARK at spark.wedd.au. This page is for things you install.

afterwords

stable

Local voice-cloning TTS server for Claude Code. Clone any voice from a 15-second clip and run inference on your Mac. No cloud, no subscription.

$ git clone https://github.com/adrianwedd/afterwords && cd afterwords && bash setup.sh

agentic-index

stable

Data-driven repository index of AI-agent frameworks and tools. CLI for searching, comparing, and tracking the agentic-AI ecosystem.

$ pip install agentic-index-cli

notebooklm-mcp-cli

stable

Unofficial CLI / MCP server for Google NotebookLM. Cookie-authenticated. Drives notebook creation, source addition, and Studio artifact generation programmatically.

$ pip install notebooklm-mcp-cli

rlm-mcp

stable

MCP server implementing the Recursive Language Model pattern. Treats long prompts as environment objects the LLM can query symbolically — bypasses context-window limits.

$ pip install rlm-mcp
$ claude mcp add rlm rlm-mcp

ADHDo

beta

Neurodiversity-affirming AI assistant for ADHD executive function support. Crisis detection, circuit-breaker psychology, local-first processing.

$ git clone https://github.com/adrianwedd/ADHDo && cd ADHDo && cp .env.example .env

mcp-adhd-server

beta

MCP server designed for ADHD executive-function support. Sub-3s chat, Telegram nudges, built around how ADHD brains actually work — not against them.

$ git clone https://github.com/adrianwedd/mcp-adhd-server && cd mcp-adhd-server && pip install -r requirements.txt

afterglow-engine

experimental

Offline tool that mines past audio work for new textures. Re-synthesises the residue of finished projects into raw material for the next one.

$ git clone https://github.com/adrianwedd/afterglow-engine && cd afterglow-engine
$ python -m venv venv && source venv/bin/activate && pip install -r requirements.txt

agentic-inbox

experimental

Self-hosted email client with an AI agent, running entirely on Cloudflare Workers. Triage, draft, and act on email at the edge.

$ git clone https://github.com/adrianwedd/agentic-inbox && cd agentic-inbox && npm install
$ npm run dev   # local
$ npm run deploy   # CF Workers

call-me

experimental

Claude Code plugin that lets the agent call you on the phone. Twilio or Telnyx backend, minimal config.

$ claude plugin install adrianwedd/call-me

dodgylegally

experimental

Generate audio sample packs from random YouTube clips. Words become phrases become sources become one-shots. A CLI for chaos-driven sound design.

$ git clone https://github.com/adrianwedd/dodgylegally && cd dodgylegally && pip install .

orbitr

experimental

Multi-track polyphonic AI sequencer with concentric rings. Inspired by Playtronica Orbita, enhanced with MusicGen for real-time sample generation.

$ git clone https://github.com/adrianwedd/orbitr && cd orbitr && pnpm install