Remote MCP

Connect AI Meditations MCP in 3 minutes

AI Meditations supports both OAuth and Bearer Key access. Prefer OAuth when your client supports MCP OAuth; use Bearer configuration only for clients that do not yet support OAuth.

Open the app and sign in

Go to AI Meditations and sign in with Google. After sign-in, open Agent / MCP Guide from the app menu.

Copy the MCP Server URL

The server URL is:

https://api.oclow.ai/mcp

If your client supports OAuth, paste this URL and choose OAuth authorization.

Use a Bearer Key only when OAuth is unavailable

Copy the Bearer configuration from the app. It looks like this:

{
  "mcpServers": {
    "ai-meditations": {
      "url": "https://api.oclow.ai/mcp",
      "headers": {
        "Authorization": "Bearer <your-token>"
      }
    }
  }
}

A Bearer Key is equivalent to a workspace access token. Put it only into clients you trust.

Ask the agent to read the workspace map first

After connecting, test with:

Please read AI Meditations get_workspace_info, then run help wiki.
Tell me what sources/docs/journal/self mean in this workspace.

A healthy connection exposes two tools: get_workspace_info and run_shell.

What the agent sees

MCP exposes a governed file workspace, not a product API

Tool or resource Purpose
get_workspace_info Returns the LLM Wiki Map: layers, writing rules, and first commands.
run_shell Runs limited file commands such as cat, tree, rg, append, and patch.
ai-meditations://llms.txt The shortest LLM entrypoint.
ai-meditations://skills/wiki-maintenance Explains how agents should ingest, query, and lint this LLM Wiki.

中文

3 分钟接入 AI 沉思录 MCP

支持 OAuth 和 Bearer Key 两种接入方式。支持 MCP OAuth 的客户端优先使用 OAuth; 暂不支持 OAuth 的客户端可以复制 Bearer 配置。

打开应用并登录

进入 AI 沉思录,使用 Google 登录。登录后打开应用里的 Agent / MCP 接入 页面。

复制 MCP Server URL

服务器地址固定为:

https://api.oclow.ai/mcp

如果客户端支持 OAuth,只需要填写这个 URL,并选择 OAuth 授权。

不支持 OAuth 时使用 Bearer Key

Bearer Key 等同于工作区访问令牌,只放进你信任的客户端。

让 Agent 先读工作区地图

请读取 AI 沉思录的 get_workspace_info,然后运行 help wiki,
告诉我这个工作区的 sources/docs/journal/self 分别是什么。