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.
Remote MCP
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.
Go to AI Meditations and sign in with Google. After sign-in, open Agent / MCP Guide from the app menu.
The server URL is:
https://api.oclow.ai/mcp
If your client supports OAuth, paste this URL and choose OAuth authorization.
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.
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
| 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. |
中文
支持 OAuth 和 Bearer Key 两种接入方式。支持 MCP OAuth 的客户端优先使用 OAuth; 暂不支持 OAuth 的客户端可以复制 Bearer 配置。
进入 AI 沉思录,使用 Google 登录。登录后打开应用里的 Agent / MCP 接入 页面。
服务器地址固定为:
https://api.oclow.ai/mcp
如果客户端支持 OAuth,只需要填写这个 URL,并选择 OAuth 授权。
Bearer Key 等同于工作区访问令牌,只放进你信任的客户端。
请读取 AI 沉思录的 get_workspace_info,然后运行 help wiki,
告诉我这个工作区的 sources/docs/journal/self 分别是什么。