11-day current streak·25-day longest streak
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…
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.
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.
| 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.
-
ai
No description.
TypeScript ★ 216 1y agoExplain → -
streamable-mcp-server-template
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, and AES-256-GCM token encryption.
TypeScript ★ 135 1d agoExplain → -
spotify-streamable-mcp-server
MCP Server for interacting with Spotify API. Written in TypeScript, Node and Hono.dev
TypeScript ★ 80 1d agoExplain → -
files-stdio-mcp-server
MCP Server for interacting with text-based files (read & write). Written in TypeScript, Node and Hono.dev
TypeScript ★ 74 1d agoExplain → -
linear-streamable-mcp-server
MCP Server for interacting with Linear API. Written in TypeScript, Node and Hono.dev
TypeScript ★ 70 1d agoExplain → -
aidevs-agent-cracker
No description.
TypeScript ★ 67 2y agoExplain → -
aidevs-deeper
No description.
TypeScript ★ 51 1y agoExplain → -
google-calendar-streamable-mcp-server
MCP Server for interacting with Google Calendar. Written in TypeScript, Node and Hono.dev
TypeScript ★ 49 1d agoExplain → -
wonderlands
No description.
TypeScript ★ 39 3d agoExplain → -
gpt-tools
No description.
TypeScript ★ 36 2y agoExplain → -
rag
No description.
TypeScript ★ 30 2y agoExplain → -
maps-streamable-mcp-server
MCP Server for interacting with Google Maps (Places API and Routes API). Written in TypeScript, Node and Hono.dev
TypeScript ★ 21 1d agoExplain → -
personalized-gpt-4
No description.
TypeScript ★ 21 2y agoExplain → -
brain_
No description.
CSS ★ 19 4y agoExplain → -
nodejs-for-beginners
No description.
JavaScript ★ 19 3y agoExplain → -
llm-tools-merger
No description.
TypeScript ★ 15 1y agoExplain → -
rest-api-in-practice-node-js-source
Source code for REST API series: https://www.youtube.com/watch?v=fruis_k-FQk
JavaScript ★ 14 7y agoExplain → -
tuesday-chatbot-gpt-3
No description.
TypeScript ★ 14 3y agoExplain → -
node-express-es6-es7-structure
Example Node.js (express.js) app structure with ES6/7 support (import ... export ...).
JavaScript ★ 13 8y agoExplain → -
tesla-streamable-mcp-server
MCP Server for interacting with Tesla (via Tessie API). Written in TypeScript, Node and Hono.dev
TypeScript ★ 11 1d agoExplain → -
tic-tac-toe-javascript
No description.
JavaScript ★ 11 7y agoExplain → -
gmail-streamable-mcp-server
MCP Server for interacting with Gmail API. Written in TypeScript, Node and Hono.dev
TypeScript ★ 10 1d agoExplain → -
filesystem-agents-examples
No description.
JavaScript ★ 9 6mo agoExplain → -
full-stack-javascript
Source files for Full-Stack JavaScript series.
JavaScript ★ 8 8y agoExplain → -
youtube-streamable-mcp-server
No description.
TypeScript ★ 6 1d agoExplain → -
replicate-streamable-mcp-server
MCP Server for interacting with public models on Replicate. Written in TypeScript, Node and Hono.dev
TypeScript ★ 6 1d agoExplain → -
heyalice-nodejs-backend-template
No description.
TypeScript ★ 6 2y agoExplain → -
resend-streamable-mcp-server
MCP Server for interacting with resend.com. Written in TypeScript, Node and Hono.dev
TypeScript ★ 5 1d agoExplain → -
graphql-tutorial
Source for series: https://www.youtube.com/watch?v=QtOo2_j3CbU&list=PLjHmWifVUNMLivTPinla41NWyYf3pONIa
JavaScript ★ 5 3y agoExplain → -
brain.overment.com
No description.
JavaScript ★ 4 2mo agoExplain → -
nestjs-rest-api-crud
Source files for youtube movie https://youtu.be/VwPAbezRY-E
TypeScript ★ 4 3y agoExplain → -
nextjs-starter
No description.
JavaScript ★ 4 4y agoExplain → -
overment.com
Source code of overment.com website
CSS ★ 4 7y agoExplain → -
video-stdio-mcp
No description.
TypeScript ★ 3 1d agoExplain → -
firecrawl-streamable-mcp-server
No description.
TypeScript ★ 3 1d agoExplain → -
alice-tools
No description.
TypeScript ★ 3 2y agoExplain → -
singular-agents
No description.
TypeScript ★ 3 1y agoExplain → -
eduweb-nowoczesny-nodejs
No description.
★ 3 2y agoExplain → -
brain ⑂
🌱 host your own second brain and digital garden for free
HTML ★ 3 3y agoExplain → -
gulp-browsersync-project-starter
Kod źródłowy, wykorzystany w filmie "Gulp - Szablony HTML z BrowserSync"
JavaScript ★ 3 8y agoExplain → -
docker-dla-webdeveloperow
Kod źródłowy do filmu: https://www.youtube.com/watch?v=P4ZC3cFN0WQ
Dockerfile ★ 3 7y agoExplain → -
css-grid
No description.
JavaScript ★ 3 7y agoExplain → -
nest-js-file-upload
No description.
TypeScript ★ 2 2y agoExplain → -
express-jwt
No description.
JavaScript ★ 2 5y agoExplain → -
emotions_recognition_with_js_tensorflow
No description.
JavaScript ★ 2 6y agoExplain → -
shelter-for-dogs
No description.
JavaScript ★ 2 8y agoExplain → -
meet-git-team-work
No description.
HTML ★ 2 8y agoExplain → -
voice-to-notes
Turn voice recordings (e.g. Superwhisper) into daily Markdown notes with Gemini: classify each recording into configurable categories, run per-category prompts, keep a rolling memory per category. Ships as a spoken-English coach.
JavaScript ★ 1 20d agoExplain → -
elevenlabs-streamable-mcp-server
No description.
TypeScript ★ 1 1d agoExplain → -
overment.ai
No description.
TypeScript ★ 1 12d agoExplain → -
javascript-promise
Pliki źródłowe do serii filmów: https://www.youtube.com/watch?v=FtdM3LIUXx4&list=PLjHmWifVUNMLOfSdeSSEGgSXebPXL7Z3Q
JavaScript ★ 1 7y agoExplain → -
gpt-backend
No description.
TypeScript ★ 1 3y agoExplain → -
second-brain
No description.
★ 1 5y agoExplain → -
js-na-frontach-zadania ⑂
No description.
★ 1 3y agoExplain → -
knex-express-project-sample ⑂
An example project structure using Express and Knex
★ 1 5y agoExplain → -
functional-programming
No description.
JavaScript ★ 1 6y agoExplain → -
Object.fromEntries
No description.
JavaScript ★ 1 7y agoExplain → -
meet-git-pull-request
Overment GIT series - Pull requests
JavaScript ★ 1 8y agoExplain → -
iceener
No description.
★ 0 9d agoExplain → -
wonderlands-pulse
No description.
TypeScript ★ 0 1mo agoExplain → -
cursor.directory ⑂
Find the best cursor rules for your framework and language
★ 0 1y agoExplain → -
mcp-agent-sandbox-demo
No description.
TypeScript ★ 0 6mo agoExplain → -
aww ⑂
A step-by-step course teaching you how to build an award-winning animated website that became an Awwwards Site Of The Month.
★ 0 1y agoExplain → -
palette ⑂
No description.
★ 0 3y agoExplain → -
podcast-na-autopilocie
No description.
HTML ★ 0 3y agoExplain → -
garden
No description.
★ 0 3y agoExplain → -
script-commands ⑂
Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day.
★ 0 3y agoExplain → -
extensions ⑂
Everything you need to extend Raycast.
★ 0 4y agoExplain → -
quanta ⑂
Fast image optimization as a service, based on mozjpeg, written in Swift
★ 0 4y agoExplain → -
youtube-to-anchorfm ⑂
An automation process to convert YouTube video into audio file and uploading it to Anchor.fm podcast
JavaScript ★ 0 5y agoExplain → -
deckdeckgo ⑂
The web open source editor for presentations
★ 0 6y agoExplain → -
array.reduce
No description.
JavaScript ★ 0 6y agoExplain → -
private-fields
No description.
JavaScript ★ 0 3y agoExplain → -
optional-chainging
No description.
JavaScript ★ 0 6y agoExplain → -
async-loops
No description.
JavaScript ★ 0 7y agoExplain → -
starter
No description.
JavaScript ★ 0 3y agoExplain → -
advanced-javascript-series
No description.
JavaScript ★ 0 7y agoExplain → -
material-design-icons ⑂
Material Design icons by Google
CSS ★ 0 7y agoExplain → -
git-tag
No description.
HTML ★ 0 7y agoExplain → -
git-conflict
No description.
HTML ★ 0 7y agoExplain → -
ssh-authorization
No description.
★ 0 8y agoExplain → -
learn-git
No description.
JavaScript ★ 0 9y agoExplain →
No repos match these filters.
More creators on gitmyhub
bradtraversy JakeWharton lucidrains rafaballerini hiteshchoudhary