Osmosis
渗透剂工具包
概述
此存储库包含用于构建 Osmosis Agent Toolkit 的软件包集合。大型语言模型 (LLM) 可以使用这些工具与 Osmosis 协议进行交互。
Related MCP server: Base Network MCP Server
套餐
@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 buildThis server cannot be installed
Maintenance
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
- AlicenseDqualityDmaintenanceA Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.541214MIT
- AlicenseBqualityDmaintenanceAn MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.4153MIT
- AlicenseCqualityDmaintenanceA comprehensive Model Context Protocol server that provides AI assistants with 158 tools for interacting with the Osmosis blockchain, covering everything from basic queries to direct transaction execution.10010MIT
- Flicense-qualityDmaintenanceA 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.
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.
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/jonator/osmosis-agent-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server