Osmosis Agent Toolkit
@jonator
关于 Osmosis Agent Toolkit
Osmosis protocol tools for LLMs
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"osmosis-agent-toolkit": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Osmosis Agent Toolkit?
The Osmosis Agent Toolkit is a collection of packages that enables Large Language Models (LLMs) to interact with the Osmosis protocol using programmable tools. It includes a Model Context Protocol (MCP) server implementation that integrates seamlessly with AI assistants like Claude Desktop and Cursor.
How to use Osmosis Agent Toolkit?
Run the MCP server via npx with the command npx -y @osmosis-agent-toolkit/mcp and set the OSMOSIS_MNEMONIC environment variable to your Osmosis wallet mnemonic. Add the server configuration to your claude_desktop_config.json (for Claude Desktop) or .cursor/mcp.json (for Cursor) to enable LLMs to interact with Osmosis.
Key features of Osmosis Agent Toolkit
- Core package with registry data, query clients, and sign-and-broadcast logic
- MCP server implementation for seamless AI-assistant integration
- Vercel AI SDK package for use with AI SDK-based projects
- Supports Claude Desktop and Cursor via standard MCP configuration
- All interaction through a single environment variable (
OSMOSIS_MNEMONIC) - Packages published on npm for easy installation with npx or bun
Use cases of Osmosis Agent Toolkit
- Query on-chain data from the Osmosis protocol using an LLM assistant
- Sign and broadcast Osmosis transactions through natural language prompts
- Integrate Osmosis blockchain interactions into AI workflows in Claude Desktop or Cursor
FAQ from Osmosis Agent Toolkit
What does the Osmosis Agent Toolkit do?
It provides a set of tools that allow LLMs to interact with the Osmosis protocol, including querying data and executing transactions.
How do I set up the MCP server for Claude Desktop?
Add the provided configuration block to your claude_desktop_config.json, specifying npx -y @osmosis-agent-toolkit/mcp as the command and your Osmosis wallet mnemonic in the OSMOSIS_MNEMONIC environment variable.
What environment variables are required?
Only OSMOSIS_MNEMONIC is required, which must contain the mnemonic phrase of your Osmosis wallet.
AI 与智能体 分类下的更多 MCP 服务器
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
评论