Skip to main content
Glama

Lanes Link

一个安全端点,连接你的 AI 代理与你的真实账户、知识和秘密。

只需连接一次你的邮件、日历、文件和笔记,就能添加只有你才拥有的记忆和技能。你使用的每一个代理——Claude、ChatGPT,以及任何支持 MCP 的工具——都通过一个由你拥有和运行的 MCP 端点来访问它们。开源、自托管,没有供应商介入你的数据。

为什么选择它

  • 一次连接,处处使用。 无需为每个代理单独集成,也无需为每个新工具重新授权。

  • 由你决定代理能接触什么。 权限默认拒绝,运行时强制执行——它不会要求模型自觉守规矩。

  • 工作与个人永不混淆。 独立的配置文件、独立的凭据、独立的存储。

  • 每次调用都有记录。 一份只追加的日志,记录了什么被访问、什么被拒绝。

人们用它做什么

  • 手机上的个人助理。 一次部署就是一个 URL,因此 claude.ai 或 ChatGPT 应用可以从任何地方访问你的邮件、日历和文件——"今天有什么安排"、"回复 Ana 的帖子"、"找一下三月份的发票"。这种场景需要你自己的云;其余功能在你的机器上就能运行。

  • 由你批准收件箱分类。 代理负责搜索、阅读、标记和起草——但会保存草稿供你发送,而不是直接发出,直到你决定为止。

  • 从你的上下文出发的编码代理。 Claude Code 和 Codex 可以访问你正在查看的同一个 Linear 工单、Notion 页面和笔记,因此会话从你已有的信息开始,而不是从空白提示开始。

  • 每个代理背后的一套笔记。 你让 Claude Code 写下的内容,claude.ai 之后也能读取——你积累的上下文会跟随你在不同工具之间流转,而不是被困在某一个工具里。

  • 遵循你的流程,而不是靠猜。 站会更新怎么写、发票归档到哪里、合同抄送给谁——只需写一次,你使用的每个代理都会遵循同一套流程。

快速开始

需要 Bun 1.3.11+。仅此而已——不需要任何账户。

$ bun install && bun link                      # puts `lanes` on your PATH
$ lanes link profile add personal --default
$ lanes link start
ok    serving http://127.0.0.1:7337/mcp
      profiles: personal

然后,在另一个终端中:

$ lanes link mcp add                           # every agent installed; or name one: claude, codex
ok    registered lanes-link with Claude Code (user scope)
ok    registered lanes-link with Codex

你的代理现在就可以使用它了。记忆、技能和保险库都存放着你自己的资料,而不是某个账户——开启它们不需要任何成本,一条命令即可,无需凭据,无需浏览器。邮件和日历是下一步。完整快速开始 →

你的代理能获得什么

使用以下命令管理

连接

你的外部账户——邮件、日历、文件、工单

lanes link connect

记忆

你希望在会话之间记住的内容

lanes link memory

技能

你自己的流程,以指令形式交给代理

lanes link skills

保险库

密码和 API 密钥,仅在你允许的地方释放

lanes link vault

记忆和技能都是纯 Markdown 文件,因此文本编辑器和代理读取到的是同样的内容。

连接一个账户

每个账户一条命令。再运行一次即可添加第二个邮箱、第二个日历,或任何其他账户。

使用以下命令连接

Gmail

lanes link connect gmail

Google Drive

lanes link connect drive

Google Sheets

lanes link connect sheets

Google Docs

lanes link connect docs

Google Calendar

lanes link connect calendar

Google Tasks

lanes link connect tasks

Google Contacts

lanes link connect contacts

iCloud Mail

lanes link connect icloud_mail

iCloud Calendar

lanes link connect icloud_calendar

iCloud Contacts

lanes link connect icloud_contacts

iCloud Drive

lanes link connect icloud_drive

Notion

lanes link connect notion

Linear

lanes link connect linear

Gmail (Google MCP)

lanes link connect gmail_mcp

Drive (Google MCP)

lanes link connect drive_mcp

有两件事需要提前了解:lanes link connect icloud 会同时设置邮件、日历和通讯录,因为一个应用专用密码即可覆盖这三项。而 Google 是唯一要求你自行注册 OAuth 客户端的服务——lanes link connect gmail 会引导你完成整个过程。

完整指南——每个服务能为你的代理提供什么、需要什么,以及如何添加新的服务: docs/connect.md

在任何地方运行

相同的代码、相同的配置,三种方式皆可。只是存储适配器不同。

本地

你自己的云

Lanes Cloud

运行于

你的机器

你的 GCP 项目,在 Cloud Run 上

由我们为你管理

需要

Bun,仅此而已

一个 Google Cloud 计费账户

设置方式

lanes link start

lanes link deploy

加入等待列表

可从何处访问

那台机器

任何地方,包括你的手机

任何地方

状态

就绪

就绪

即将推出

本地是最快的起步方式,也是大多数人停留的地方。你自己的云适合当你需要从 claude.ai、ChatGPT 或手机访问时——lanes link deploy 会在首次运行时创建项目、存储桶、服务账户和修订版本。Lanes Cloud 是托管版本;由于数据模型相同,你今天构建的工作区将来可以迁移,而无需重建。 加入等待列表,上线时我们会通知你。

文档

安全

Lanes Link 持有你邮箱和文档的实时凭据。安全模型 明确说明了它的限制,而不是暗示代码无法兑现的保证——在用它托管账户之前,请先阅读该文档。要报告漏洞,请参阅 SECURITY.md;请不要公开发布 issue。

许可证

Apache-2.0

-
license - not tested
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.

  • Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

  • Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lanes-sh/link'

If you have feedback or need assistance with the MCP directory API, please join our Discord server