Skip to main content
Glama

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

概要

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

Related MCP server: Base Network MCP Server

パッケージ

@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
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that bridges MCP clients with local LLM services, enabling seamless integration with MCP-compatible applications through standard tools like chat completion, model listing, and health checks.

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP (Model Context Protocol) server for Appwrite

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

View all MCP Connectors

Latest Blog Posts

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