Skip to main content
Glama

Osmosis

by jonator

渗透剂工具包

概述

此存储库包含用于构建 Osmosis Agent Toolkit 的软件包集合。大型语言模型 (LLM) 可以使用这些工具与 Osmosis 协议进行交互。

套餐

@osmosis-agent-toolkit/core

核心包包含其他包使用的核心功能。注册数据、查询客户端以及签名和广播逻辑都定义在这里。

@osmosis-agent-toolkit/ai-sdk

Vercel 针对 Osmosis Agent Toolkit 的AI SDK的实现。

@osmosis-agent-toolkit/mcp

Osmosis Agent Toolkit 的模型上下文协议 (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

模型上下文协议 (MCP) 服务器实现使 LLM 能够与 Osmosis 协议交互,从而允许通过自然语言实现查询和交易功能。

  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