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.
  • MEGA — architecting a 4-week online program for developers building with AI: its curriculum, lesson framework, practice assets and tooling, and editorial publishing.
  • 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 Wonderlands-powered digital garden at overment.ai.

Wonderlands

wonderlands — my biggest project: a self-hosted, multi-tenant home for conversational AI agents and my digital garden. Agents run through a background-job-based multiagent runtime, letting them take multiple turns, call MCP tools, drive a browser sandbox, run on schedules, and wait on input without blocking anything. The same platform publishes my workspace vault as overment.ai: notes and essays on concepts, tools, books, mental models, and ongoing projects.

MCP servers

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

ServerWhat it does
streamable-mcp-server-templateThe 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
SpotifySearch music, control playback, manage playlists and saved songs
LinearManage issues, projects, teams, cycles, and comments
Google CalendarManage events, check availability, schedule meetings
GmailSearch threads, read messages, manage drafts, organize the inbox
Google MapsSearch places, get details, plan routes — built for location-aware agents on mobile
TeslaVehicle control via the Tessie API
ReplicateImage generation and editing with official models: Flux, SDXL, Seedream
ResendEmail and newsletter management
FirecrawlWeb scraping and search with batch support and rate limiting
ElevenLabsText-to-speech, speech-to-text, voice management
YouTubeSearch videos, explore channels, browse playlists
FilesSandboxed file access with checksum-safe edits (stdio)
VideoVideo 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 aiPublic

    TypeScript 218 134

  2. streamable-mcp-server-template streamable-mcp-server-templatePublic

    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 138 54

  3. spotify-streamable-mcp-server spotify-streamable-mcp-serverPublic

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

    TypeScript 79 17

  4. files-stdio-mcp-server files-stdio-mcp-serverPublic

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

    TypeScript 75 12

  5. linear-streamable-mcp-server linear-streamable-mcp-serverPublic

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

    TypeScript 71 12

  6. aidevs-agent-cracker aidevs-agent-crackerPublic

    TypeScript 67 31