Stacks.
Each stack is a small bundle of MCP servers picked to solve a specific kind of work. Open one, copy the install, ship.
The Coding Agent Stack
What an AI coding agent needs to ship a feature: source control, current docs, a real browser to test in, and visibility when something breaks in production.
GitHubContext7Chrome DevTools MCPGetsentry Sentry
View stack →
The Web Researcher Stack
Three servers an agent needs to actually read the web: a search engine, a scraper that handles JS, and a converter that turns whatever it pulls back into clean Markdown.
TavilyFirecrawlMarkitdown
View stack →
The Data Stack
An agent that can speak to your data. One Postgres server, one document store, one vector DB. Enough surface to prototype most data workflows without dragging in five admin tools.
NeonMongodbChroma
View stack →