Skip to content
View iceener's full-sized avatar

Block or report iceener

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iceener/README.md

Adam Gospodarczyk

It's Adam, also known as overment. I build AI agents, the tools they use, and products around them:

  • Alice — a desktop AI app and my sandbox for exploring what generative AI can and cannot do, in development since the "ChatGPT moment" of late 2022.
  • easy.tools — checkout, delivery, and automation for creators selling digital products; built with a friend for ourselves, until our clients wanted it too.
  • eduweb.pl — an educational platform with tech and design courses, 15+ years, 200,000+ clients. Education sits at the core of my mission.

I write a lot and share what I learn on X and YouTube. Everything else lands in my digital garden at overment.ai.

Wonderlands

wonderlands — my biggest project: a self-hosted, multi-tenant platform for conversational AI agents. Every turn runs as a background job through a multiagent runtime, so agents can take multiple turns, call MCP tools, drive a browser sandbox, run on schedules, and wait on input — without blocking anything.

overment.ai

overment.ai — the source of the garden above: a vault of notes on concepts, tools, books, mental models, and ongoing projects, published by its own static site generator. Built for myself, but you might find something valuable scattered there.

MCP servers

Everything my agents touch, they touch through the Model Context Protocol. All TypeScript + Hono; HTTP servers use the Streamable HTTP transport.

Server What it does
streamable-mcp-server-template The base for all of them — dual runtime (Node.js and Cloudflare Workers from one codebase), five auth strategies including OAuth 2.1, encrypted token storage
Spotify Search music, control playback, manage playlists and saved songs
Linear Manage issues, projects, teams, cycles, and comments
Google Calendar Manage events, check availability, schedule meetings
Gmail Search threads, read messages, manage drafts, organize the inbox
Google Maps Search places, get details, plan routes — built for location-aware agents on mobile
Tesla Vehicle control via the Tessie API
Replicate Image generation and editing with official models: Flux, SDXL, Seedream
Resend Email and newsletter management
Firecrawl Web scraping and search with batch support and rate limiting
ElevenLabs Text-to-speech, speech-to-text, voice management
YouTube Search videos, explore channels, browse playlists
Files Sandboxed file access with checksum-safe edits (stdio)
Video Video understanding via Gemini — YouTube and local files (stdio)

voice-to-notes

voice-to-notes — turns voice recordings (e.g. Superwhisper) into daily Markdown notes with Gemini: classifies each recording into configurable categories, runs per-category prompts, and keeps a rolling memory per category. Ships as the spoken-English coach I use every day.

Popular repositories Loading

  1. ai ai Public

    TypeScript 216 134

  2. streamable-mcp-server-template streamable-mcp-server-template Public

    Production-ready MCP server template with Streamable HTTP transport. Supports Node.js (Hono) and Cloudflare Workers. Includes OAuth 2.1, multi-tenant sessions, tool/resource/prompt registration, an…

    TypeScript 133 53

  3. spotify-streamable-mcp-server spotify-streamable-mcp-server Public

    MCP Server for interacting with Spotify API. Written in TypeScript, Node and Hono.dev

    TypeScript 80 16

  4. files-stdio-mcp-server files-stdio-mcp-server Public

    MCP Server for interacting with text-based files (read & write). Written in TypeScript, Node and Hono.dev

    TypeScript 73 12

  5. linear-streamable-mcp-server linear-streamable-mcp-server Public

    MCP Server for interacting with Linear API. Written in TypeScript, Node and Hono.dev

    TypeScript 71 12

  6. aidevs-agent-cracker aidevs-agent-cracker Public

    TypeScript 67 32