Skip to main content
Glama

Osmosis

by jonator

浸透エージェントツールキット

概要

このリポジトリには、Osmosisエージェントツールキットの構築に使用されるパッケージのコレクションが含まれています。大規模言語モデル(LLM)は、これらのツールを使用してOsmosisプロトコルと対話できます。

パッケージ

@osmosis-agent-toolkit/core

コアパッケージには、他のパッケージで使用されるコア機能が含まれています。レジストリデータ、クエリクライアント、署名およびブロードキャストロジックはここで定義されます。

@osmosis-agent-toolkit/ai-sdk

Osmosis Agent Toolkit 用の Vercel のAI SDKの実装。

@osmosis-agent-toolkit/mcp

Osmosis Agent Toolkit の Model Context Protocol (MCP) サーバー実装。

Claude DesktopまたはCursorでの使用

claude_desktop_config.jsonまたは.cursor/mcp.jsonに以下の行を追加してください。詳細はこちらをご覧ください。

{ "mcpServers": { "Osmosis": { "command": "npx", "args": [ "-y", "@osmosis-agent-toolkit/mcp" ], "env": { "OSMOSIS_MNEMONIC": "<your mnemonic here>" } } } }

発達

yarn または bun を使用して依存関係をインストールします。

bun i

ローカル開発用のウォッチ モードを開始します。

bun run dev

ビルドするには:

bun run build
-
security - not tested
A
license - permissive license
-
quality - not tested

LLM が Osmosis プロトコルと対話できるようにし、自然言語によるクエリおよびトランザクション機能を可能にするモデル コンテキスト プロトコル (MCP) サーバー実装。

  1. 概要
    1. パッケージ
      1. @osmosis-agent-toolkit/core
      2. @osmosis-agent-toolkit/ai-sdk
      3. @osmosis-agent-toolkit/mcp
    2. 発達

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.
        Last updated -
        340
        75
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.
        Last updated -
        12
        31
        TypeScript
        MIT License
        • Apple
      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.
        Last updated -
        21
        37
        JavaScript
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases, allowing them to query collections, inspect schemas, and manage data seamlessly through natural language.
        Last updated -
        340
        MIT License
        • 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/jonator/osmosis-agent-toolkit'

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