Skip to main content
Glama

LSD MCP Server

by lsd-so

LSD MCP

这是LSD更新后的 MCP 服务器。此次更新的目的是为了有效地利用通过我们的 SDK定义为行程的动态工具。

内容

入门

身份验证

这是使用我们的 SDK将正在运行的 MCP 服务器与您的帐户连接起来。

使用userpassword两个术语的原因是因为您要连接的是我们的postgres 兼容数据库

配置文件

在您的主目录中,将 JSON 写入名为.lsd的文件,其中包含属性userpassword以及您的电子邮件和来自您的个人资料的API 密钥

{ "user": "<you@email.domain>", "password": "<api_key>" }
环境变量

或者,您可以设置环境变量LSD_USERLSD_PASSWORD

$ export LSD_USER='you@email.domain' $ export LSD_PASSWORD='<api_key>'

**重要提示:**如果您在采用此方法时遇到错误,请检查环境变量集是否可以从 PATH 或 MCP 客户端调用它的进程访问。

使用 MCP 注册表

脉冲

https://www.pulsemcp.com/servers/lsd-so-internetdata

更多内容即将推出。

从源头

  1. 克隆此存储库
$ git clone https://github.com/lsd-so/mcp.git
  1. 如果您正在使用Claude 桌面,请更新您的claude_desktop_config.json文件(这里有创建指南)。
{ "mcpServers": { // other MCP servers configured here... "lsd": { "command": "node", "args": [ "/<path>/<to>/mcp/build/index.js" ] } } }

使用示例

相互作用

使用 lsd\_research 提示符的屏幕录制

萃取

使用 lsd\_research 提示符的屏幕录制

使用 LSD 扩展功能

对于您想要教会 MCP 客户端一项“技能”的情况,您可以通过LSD 之旅那是什么? )来实现。

什么是旅行?

“trip” 是一个由 LSD 程序组成的已发布模块,无论它是通过与我们的本地浏览器交互还是直接发布 trip 而得到的。

来自自行车浏览器

您可以从自行车浏览器中使用我们的“点击语言”获取 LSD,点击右上角的转录器图标即可激活该功能:

点击转录器图标的屏幕录像

或者按下Command+k (Linux/Windows 系统为Ctrl+k )。完成后,您可以交互式地“提取”重复容器以及您感兴趣的字段:

转录流程的屏幕录制

使用生成的 LSD,您可以像这样编辑别名:

编辑 LSD 代码的屏幕录制

之后您可以使用该语言进行发布。

使用语言

在工作台上,只需编辑即可发布行程。

填写行程详情的屏幕录像

使用 TypeScript 扩展功能

了解用于连接网络的InternetData SDK 。或者,您也可以使用“创建您的互联网”简写版本开始使用。

$ yarn create your-internet

或者,如果你更喜欢 npm

$ npm create your-internet
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

将语言模型连接到 LSD 数据库的 MCP 服务器,支持网络数据提取、研究功能以及通过 internetdata SDK 扩展功能的自定义“行程”。

  1. 内容
    1. 入门
      1. 身份验证
      2. 使用 MCP 注册表
      3. 从源头
    2. 使用示例
      1. 相互作用
      2. 萃取
    3. 使用 LSD 扩展功能
      1. 什么是旅行?
      2. 来自自行车浏览器
      3. 使用语言
    4. 使用 TypeScript 扩展功能

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
        Last updated -
        39
        28
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server that enables large language models to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data through natural language.
        Last updated -
        340
        MIT License
        • Apple
      • -
        security
        -
        license
        -
        quality
        A server that enables communication with multiple unichat-based MCP servers simultaneously, allowing users to query different language models and combine their responses for more comprehensive results.
        Last updated -
        JavaScript
      • -
        security
        F
        license
        -
        quality
        An MCP server that connects to Backlog API, providing functionality to search, retrieve, and update issues through natural language commands.
        Last updated -
        53
        1
        JavaScript
        • Apple

      View all related MCP servers

      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/lsd-so/internetdata-mcp'

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