MCP ExplorerExplorer

Osmosis Agent Toolkit

@jonatoron a year ago
9 MIT
FreeCommunity
AI Systems
#llm#mcp#mcp-server#osmosis
Osmosis protocol tools for LLMs

Overview

What is Osmosis Agent Toolkit

The Osmosis Agent Toolkit is a collection of packages designed to facilitate interaction between Large Language Models (LLMs) and the Osmosis protocol, enabling developers to build applications that leverage the capabilities of LLMs in conjunction with Osmosis.

Use cases

Use cases for the Osmosis Agent Toolkit include developing AI-driven applications that require blockchain interactions, creating tools for data querying and management, and building decentralized applications (dApps) that utilize the Osmosis protocol.

How to use

To use the Osmosis Agent Toolkit, integrate the MCP server by adding the specified configuration to your ‘claude_desktop_config.json’ or ‘.cursor/mcp.json’. Ensure to include your mnemonic in the environment variables for proper functionality.

Key features

Key features of the Osmosis Agent Toolkit include core functionality for registry data management, query client operations, and signing and broadcasting logic. Additionally, it offers an AI SDK implementation for enhanced interaction with the Osmosis protocol.

Where to use

The Osmosis Agent Toolkit can be used in various fields such as AI development, blockchain applications, and any scenario requiring interaction with the Osmosis protocol through LLMs.

Content

Osmosis Agent Toolkit

Overview

This repository contains a collection of packages that are used to build the Osmosis Agent Toolkit.
Large Language Models (LLMs) can use these tools to interact with the Osmosis protocol.

Packages

@osmosis-agent-toolkit/core

The core package contains the core functionality that is used by the other packages.
This is where registry data, query clients, and sign and broadcast logic is defined.

@osmosis-agent-toolkit/ai-sdk

An implementation of Vercel’s AI SDK for the Osmosis Agent Toolkit.

@osmosis-agent-toolkit/mcp

Model Context Protocol (MCP) server implementation of the Osmosis Agent Toolkit.

Usage with Claude Desktop or Cursor

Add the following to your claude_desktop_config.json or .cursor/mcp.json. See here for more details.

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

Development

Install dependencies using yarn or bun:

bun i

Start watch mode for local development:

bun run dev

To build:

bun run build

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers