← Guides

MCP Server

Bleep is completely private by default, but you can easily integrate it your favorite AI tool.

Note: this guide is still being worked on. It lacks a bit of details so I’m trusting you to be tech savvy enough to proceed! — R

The Bleep MCP Server lets your favorite AI tools (ChatGPT, Claude, etc.) read and search your Bleep data. All without Bleep itself needing to know anything about AI.

Easy Setup

  1. Add the following to your agent’s config:

    {
      "mcpServers": {
        "bleep": {
          "command": "npx",
          "args": ["bleep-mcp"]
        }
      }
    }
  2. Ask AI some questions! Some examples:

    • What can you do with Bleep?
    • What can you say about me from the rooms I have in Bleep?
    • Which from recent notes in Bleep are too vague?

Privacy

The MCP server runs locally on your machine. Your data never leaves your computer unless you explicitly send it to an AI provider through your client. Bleep itself does not transmit any data to external services.