<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MCP on Dann Berg: blog, newsletter, shop, and more</title><link>https://dannb.org/tags/mcp/</link><description>Recent content in MCP on Dann Berg: blog, newsletter, shop, and more</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>2025 Dann Berg. All rights reserved.</copyright><lastBuildDate>Mon, 08 Jun 2026 09:00:00 -0400</lastBuildDate><atom:link href="https://dannb.org/tags/mcp/index.xml" rel="self" type="application/rss+xml"/><item><title>Build Your AI Home Base: A Dead-Simple Setup for Knowledge Workers</title><link>https://dannb.org/blog/2026/ai-home-base/</link><pubDate>Mon, 08 Jun 2026 09:00:00 -0400</pubDate><guid>https://dannb.org/blog/2026/ai-home-base/</guid><description>&lt;p>&lt;img src="https://dannb.org/images/blog/2026/06/ai-home-base-og.jpg" alt="Hands planting seedlings in garden soil">&lt;/p>
&lt;p>&lt;em>Photo by &lt;a href="https://unsplash.com/@honeypoppet?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText">Sandie Clarke&lt;/a> on &lt;a href="https://unsplash.com/photos/hands-planting-seedlings-in-garden-soil-q13Zq1Jufks?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText">Unsplash&lt;/a>.&lt;/em>&lt;/p>
&lt;p>Most of the articles about AI in the workplace speak in high-level generalizations. There&amp;rsquo;s a promise that it will help workers in every industry do more work, faster than ever before. They&amp;rsquo;re full of predictions for the future, both good and bad (&lt;a href="https://dannb.org/blog/2025/ai-2027/">disastrous?&lt;/a>) but fall short of explaining how to actually &lt;em>use AI&lt;/em> to work better.&lt;/p>
&lt;p>This post isn&amp;rsquo;t going to focus on predictions or the future of AI at all. Instead, I want to share a dead-simple process anyone can set up and use today. It allows knowledge workers to interact with an agent that &lt;em>has context&lt;/em> to do its job well and the ability to &lt;em>learn and improve&lt;/em> as you use it.&lt;/p>
&lt;p>If you&amp;rsquo;re interacting or doing tasks with AI today, there&amp;rsquo;s a chance that you&amp;rsquo;re missing out on compounding interest. Every time you use AI it can be getting better and smarter about the way that you work and the type of tasks you want to complete.&lt;/p>
&lt;p>I&amp;rsquo;ve coined the term &lt;strong>AI Home Base&lt;/strong> for this setup. It&amp;rsquo;s literally just a folder on your computer. But I&amp;rsquo;m going to share why this is so powerful and how you can set this up.&lt;/p>
&lt;p>I&amp;rsquo;m introducing the idea of an AI Home Base in my talk at the 2026 &lt;a href="https://x.finops.org">FinOps X&lt;/a> conference in San Diego. The session will be recorded and published to YouTube, and I&amp;rsquo;ll update this post with a link once it&amp;rsquo;s live. In the meantime, this article dives into the concept in full detail. I&amp;rsquo;ve also published a &lt;a href="https://github.com/dannberg/finopsx-2026-ai-home-base">companion GitHub repo&lt;/a> with some example folders, prompts, and skills. You&amp;rsquo;re welcome to fork it as a starting point.&lt;/p>
&lt;p>The AI Home Base is a simple concept, but oh-so-powerful.&lt;/p>
&lt;p>&lt;strong>Quick note about tools:&lt;/strong> most of the examples in this article use Claude Code and the Terminal because this is how I like to work. As such, it might appear more complex than it actually is. I encourage less-technical readers to focus on the &lt;em>concepts&lt;/em> and then apply them to their tools of choice. If the command line isn&amp;rsquo;t for you, tools like the Claude desktop app (Cowork) or the ChatGPT desktop app can work with a folder of files without ever touching a terminal.&lt;/p>
&lt;h2 id="context-is-king">Context is king&lt;/h2>
&lt;p>If you&amp;rsquo;ve used artificial intelligence to help with work, you know that the quality of the answer can vary widely. Large language models (LLMs) are trained on large amounts of data, but often lack the granular information related to your specific role or company.&lt;/p>
&lt;p>Sufficient &lt;strong>context&lt;/strong> is the foundation of any good prompt, along with a &lt;em>well-defined requested outcome&lt;/em> and the patience to &lt;em>iterate on the prompt&lt;/em> until it&amp;rsquo;s bulletproof.&lt;/p>
&lt;p>Of these three, context matters most — and is the hardest to get right. My FinOps X talk covers all three, but this article zeroes in on context, because that&amp;rsquo;s where the AI Home Base does its work.&lt;/p>
&lt;p>Your agent is only going to be as smart as the information that it has available. This includes the data that it was trained on, but also any supplementary information that you can provide it.&lt;/p>
&lt;p>For example, when using AI to help with development in a codebase, you can navigate to the codebase directory in your terminal, launch Claude Code, and issue the &lt;a href="https://code.claude.com/docs/en/commands">&lt;code>init&lt;/code> command&lt;/a>. This will map your codebase and create a &lt;code>CLAUDE.md&lt;/code> file, which informs the agent how to navigate and work with your codebase.&lt;/p>
&lt;p>In this case, the codebase itself is the context, and the &lt;code>CLAUDE.md&lt;/code> file helped the AI &lt;em>use&lt;/em> this context.&lt;/p>
&lt;p>As a knowledge worker, we&amp;rsquo;re frequently working on projects that have company-specific context that &lt;em>doesn&amp;rsquo;t exist as a codebase&lt;/em>. This can be internal documentation, PDFs, contracts, meeting notes, databases, your calendar, and more.&lt;/p>
&lt;p>This context lives in a variety of different locations. But when we learn to treat this context &lt;em>as if it was a codebase&lt;/em>, we&amp;rsquo;re able to leverage AI in a whole new way.&lt;/p>
&lt;p>This is exactly what we&amp;rsquo;re doing with the AI Home Base.&lt;/p>
&lt;h2 id="setting-up-your-ai-home-base">Setting up your AI Home Base&lt;/h2>
&lt;p>In the same way that a codebase lives in a dedicated directory, your AI Home Base gets its own dedicated directory. In Finder, create a new folder. Or via the command line: &lt;code>mkdir ai-homebase &amp;amp;&amp;amp; cd ai-homebase&lt;/code>.&lt;/p>
&lt;p>Next, we just have to feed it relevant context. Create a new directory inside your AI Home Base called Reference (&lt;code>mkdir Reference&lt;/code>) and start adding files. Keep things organized. You may want a folder for contracts. Another for documentation. Another for notes (more on this later). Then, just move or copy the relevant files.&lt;/p>
&lt;p>You may also want a directory for code snippets or scripts. Anything that you&amp;rsquo;ve created for work, up to this point, that might come in handy at any point in the future.&lt;/p>
&lt;p>Don&amp;rsquo;t worry about finding everything immediately. You can start small and add more files later. Or, you can add everything all at once. You&amp;rsquo;ll just want to make sure that you have the context you need when it comes time to use the agent for your work.&lt;/p>
&lt;p>Your AI Home Base is a &lt;em>living directory&lt;/em>. Think of it like tending your garden. You&amp;rsquo;ll constantly be adding new files, editing documents, and re-arranging and organizing everything. In this way, it&amp;rsquo;ll only grow more powerful as you use it.&lt;/p>
&lt;p>Lastly, you might want to consider adding (or starting) a personal knowledge base. If you&amp;rsquo;re a note-taker, like me, you may already have a large library of work notes, meeting notes, and other supplementary information that you&amp;rsquo;ve collected over the years. I use &lt;a href="https://dannb.org/tags/obsidian">Obsidian&lt;/a>, which is basically just a collection of markdown files.&lt;/p>
&lt;p>Your AI Home Base agent can access your notes, edit notes, and create new notes. You can ask your agent to help organize your data or link relevant notes together. This can become a persistent memory for your agent, and makes this whole system super powerful.&lt;/p>
&lt;h2 id="mcp-servers-and-other-connectors">MCP servers and other connectors&lt;/h2>
&lt;p>The next step I recommend is setting up MCP servers and other connectors. This can include:&lt;/p>
&lt;ul>
&lt;li>MCP for cloud provider billing data (direct or through a vendor)&lt;/li>
&lt;li>Google / Outlook Calendar&lt;/li>
&lt;li>MCP for internal company documentation&lt;/li>
&lt;li>Slack / Microsoft Teams&lt;/li>
&lt;li>Google Drive / OneDrive / SharePoint&lt;/li>
&lt;li>GitHub / GitLab&lt;/li>
&lt;li>A data warehouse connection (Snowflake, BigQuery, Databricks)&lt;/li>
&lt;/ul>
&lt;p>MCP servers and connectors allow your agent to access information outside of your AI Home Base, and provide your agent instructions for how to interact with that data. Setting them up is as simple as asking questions like, &amp;ldquo;Is there an MCP server for X?&amp;rdquo; or &amp;ldquo;Help me set up a connection to my Google Calendar.&amp;rdquo;&lt;/p>
&lt;p>Your company may have a list of supported MCP servers that you can browse and choose to connect. Otherwise, you can search the internet, or ask your agent, about the functionality that you want to see if there&amp;rsquo;s already a solution available.&lt;/p>
&lt;p>&lt;strong>Note about security:&lt;/strong> this is an area where you want to have some discernment about what you connect and whether it&amp;rsquo;s allowed by your Security team. MCP servers and connectors allow your agent to act outside of your AI Home Base, which introduces security vulnerabilities. Never use any AI service for work that hasn&amp;rsquo;t been approved by your company, and be conservative when exploring this type of functionality.&lt;/p>
&lt;h2 id="skills">Skills&lt;/h2>
&lt;p>Skills are where the value of the AI Home Base really starts to multiply.&lt;/p>
&lt;p>Skills can be as simple as a markdown file, or folders of instructions, scripts, and resources that Claude loads dynamically to execute a specific task. They teach Claude how to do work in a repeatable way.&lt;/p>
&lt;p>When setting up your AI Home Base, you might want to take some time to brainstorm common work you do and collaborate with your agent to build it into a task. It&amp;rsquo;s as simple as typing &amp;ldquo;&lt;em>Create me a skill that does X, Y, and Z. Let me know if you have any questions or improvements.&lt;/em>&amp;rdquo;&lt;/p>
&lt;p>But it might be better to build skill-creation into your workflow, and start creating skills once you complete a task with AI and know you&amp;rsquo;ll want to do it again.&lt;/p>
&lt;p>You can see real, working examples in the &lt;code>Skills/&lt;/code> folder of my &lt;a href="https://github.com/dannberg/finopsx-2026-ai-home-base">companion repo&lt;/a> — each one captures a workflow with my house-style rules baked in.&lt;/p>
&lt;p>To better understand this concept, let&amp;rsquo;s walk through an example.&lt;/p>
&lt;h3 id="skill-use-case-monthly-business-review-preparation">Skill use case: Monthly Business Review preparation&lt;/h3>
&lt;p>You have an upcoming monthly business review meeting where you&amp;rsquo;re expected to present the latest cloud cost numbers and explain any anomalies. You recently set up your AI Home Base and decided to use it to help put together your report.&lt;/p>
&lt;p>First, you ask your agent to pull the most recent monthly numbers and compare them to the previous month, highlighting the services and teams with the biggest cost increases and decreases. Your Reference folder already contains SQL that shows how to query this data, and you set up an MCP server that can connect to your billing data.&lt;/p>
&lt;p>Looking at this report, you notice that Team A grew 30%. Based on a meeting you had with that team last week, you knew this was expected due to the rollout of a new feature.&lt;/p>
&lt;p>You ask the agent to review your recent meeting notes (since you have a dedicated Obsidian vault where you take notes during meetings, and this vault is accessible in your AI Home Base) and connect each identified cost change to a documented effort. You ask it to provide you with a list of cost changes that can&amp;rsquo;t be explained.&lt;/p>
&lt;p>You take this list, identify the engineering owners, and reach out to them over Slack for additional context. You provide this back to the agent and ask it to prepare you a detailed summary and a single deck slide for an executive-level audience.&lt;/p>
&lt;p>This is great, and just saved several hours (or more!) compared to your previous process. But you plan to do this again next month, so let&amp;rsquo;s make it a skill.&lt;/p>
&lt;p>It&amp;rsquo;s as simple as asking. &amp;ldquo;Create a skill based on the Monthly Business Review preparation we just did.&amp;rdquo; You may need to do some back and forth to hone the skill and figure out the exact deliverables you want when the skill is triggered. But you&amp;rsquo;ll want to end up with something like this:&lt;/p>
&lt;ol>
&lt;li>Trigger the Monthly Business Review preparation skill&lt;/li>
&lt;li>Receive a list of teams or products with cost changes that can&amp;rsquo;t be explained by your notes, along with drafted questions for each team&lt;/li>
&lt;li>Once all cost changes are accounted for, receive a detailed summary and an executive deck slide&lt;/li>
&lt;/ol>
&lt;p>The skill tells the agent each step in between, such as how to pull the initial report and where to look for notes that could explain some of the cost changes. A meeting prep task that was already improved by AI just got even faster and easier.&lt;/p>
&lt;h2 id="use-cases-for-monday-morning">Use cases for Monday morning&lt;/h2>
&lt;p>The best way to improve your AI Home Base is just to use it, tend to it like a garden, and save important skills and memories. It grows and gets more powerful based on how you use it.&lt;/p>
&lt;p>But I want to leave you with some ideas and inspiration that you can consider using in your own AI Home Base.&lt;/p>
&lt;h3 id="morning-digest">Morning digest&lt;/h3>
&lt;p>&lt;strong>Requires:&lt;/strong> calendar connection, note-taking vault&lt;/p>
&lt;p>Each morning, send me my schedule for the day along with any notes that might be useful for any of my meetings.&lt;/p>
&lt;h3 id="draft-rfc">Draft RFC&lt;/h3>
&lt;p>&lt;strong>Requires:&lt;/strong> RFC reference file&lt;/p>
&lt;p>Trigger a skill to help draft an RFC based on a company-approved template. Provide the general idea and allow the agent to interview you to flesh out all the details and provide a polished draft.&lt;/p>
&lt;h3 id="cloud-provider-contract-terms">Cloud provider contract terms&lt;/h3>
&lt;p>&lt;strong>Requires:&lt;/strong> Cloud provider contracts, pricing sheets&lt;/p>
&lt;p>An engineer is asking questions related to specific SKUs and our discount terms for cloud usage. Use the agent to confirm exact details as per your contract and pricing sheets.&lt;/p>
&lt;h3 id="compute-commitments">Compute commitments&lt;/h3>
&lt;p>&lt;strong>Requires:&lt;/strong> SP/CUD inventory, detailed cost and billing report, note-taking vault&lt;/p>
&lt;p>Generate a list of Savings Plan or Committed Use Discount recommendations, leveraging business context (from your note-taking vault) and an inventory of existing commitments that&amp;rsquo;s maintained by your agent.&lt;/p>
&lt;h3 id="question-improver">Question improver&lt;/h3>
&lt;p>&lt;strong>Requires:&lt;/strong> note-taking vault&lt;/p>
&lt;p>Before reaching out to an individual or a team with a question about spend, trigger a skill in your AI Home Base that 1) attempts to find the answer, 2) identifies any follow-up questions that team might have &lt;em>for you&lt;/em>, and 3) re-writes an improved question that includes relevant context.&lt;/p>
&lt;h2 id="ai-is-a-force-multiplier-of-you">AI is a force multiplier &lt;em>of you&lt;/em>&lt;/h2>
&lt;p>Artificial Intelligence isn&amp;rsquo;t replacing knowledge workers completely (at least, not yet). Instead, it&amp;rsquo;s a force multiplier for all the skills and experience that you personally bring to the table.&lt;/p>
&lt;p>The AI Home Base is basically an assistant that can help you work faster and better. As such, you need to build your AI Home Base &lt;em>today&lt;/em> (and start a note-taking vault, too, if you haven&amp;rsquo;t already) and just start using it.&lt;/p>
&lt;p>Tend to it like a garden and watch it grow.&lt;/p></description></item></channel></rss>