LSD MCP Server
LSD MCP
これはLSD用のMCPサーバーの更新版です。この更新の目的は、 SDKを使用してトリップとして定義された動的ツールを効果的に活用することです。
コンテンツ
Related MCP server: superhighway-mcp
はじめる
認証中
これは、弊社の SDKを使用して、実行中の MCP サーバーをアカウントに接続することです。
userとpassword用語を使用する理由は、接続先がpostgres 互換データベースであるためです。
設定ファイル
ホーム ディレクトリで、 .lsdという名前のファイルに、 user名とpasswordのプロパティ、メールアドレス、およびプロファイルのAPI キーを含む JSON を書き込みます。
{
"user": "<you@email.domain>",
"password": "<api_key>"
}環境変数
あるいは、環境変数LSD_USERとLSD_PASSWORDを設定することもできます。
$ export LSD_USER='you@email.domain'
$ export LSD_PASSWORD='<api_key>'**重要:**この方法を採用したときにエラーが発生した場合は、設定された環境変数が PATH または MCP クライアントが呼び出しているプロセスからアクセス可能であることを確認してください。
MCPレジストリの使用
脈
https://www.pulsemcp.com/servers/lsd-so-internetdata
すぐにさらに追加されます。
出典
このリポジトリをクローンする
$ git clone https://github.com/lsd-so/mcp.gitClaude デスクトップを使用している場合は、
claude_desktop_config.jsonファイルを更新します (作成ガイドはこちら)。
{
"mcpServers": {
// other MCP servers configured here...
"lsd": {
"command": "node",
"args": [
"/<path>/<to>/mcp/build/index.js"
]
}
}
}使用例
交流

抽出

LSDによる機能拡張
MCP クライアントに「スキル」を教えたいシナリオでは、 LSD トリップ(それは何ですか? ) を使用して行うことができます。
旅行とは何ですか?
「トリップ」とは、ローカル ブラウザーと対話することによって生成されたか、トリップを直接公開することによって生成された LSD プログラムで構成される公開モジュールです。
自転車ブラウザから
Bicycle ブラウザから、「クリック言語」を使用して LSD を派生できます。これは、右上のトランスクリプター アイコンをクリックしてアクティブ化できます。

または、 Command+k (Linux/Windowsの場合はCtrl+k )を押します。これで、繰り返しコンテナや関心のあるフィールドをインタラクティブに「摘み取る」ことができます。

生成された LSD を使用すると、次のようにエイリアスを編集できます。

その後、言語を使用して公開できます。
言語を使う
ワークベンチから編集するだけで、旅行を公開できます。

TypeScriptによる機能拡張
ウェブとのブリッジに裏で使用されているinternetdata SDK をご確認ください。または、 create-your-internet ショートカットを使って始めることもできます。
$ yarn create your-internetまたは、npmを好む場合は
$ npm create your-internetMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables web search and document retrieval capabilities through Tavily API and LangConnect vector database, supporting AI agents in gathering information for comprehensive report generation.22
- AlicenseAqualityBmaintenanceAn MCP server that provides real-time web search to AI agents via a pay-per-search USDC microtransaction system.5592MIT
- Flicense-qualityBmaintenanceAn MCP server that enables deep internet research through natural language, supporting stdio and HTTP/SSE modes for flexible integration.3
- Alicense-qualityFmaintenanceMCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.43MIT
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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