Osmosis
Kit de herramientas para agentes de ósmosis
Descripción general
Este repositorio contiene una colección de paquetes que se utilizan para crear el kit de herramientas del agente de Osmosis. Los modelos de lenguaje grandes (LLM) pueden usar estas herramientas para interactuar con el protocolo de Osmosis.
Related MCP server: Base Network MCP Server
Paquetes
@osmosis-agent-toolkit/core
El paquete principal contiene la funcionalidad principal utilizada por los demás paquetes. Aquí se definen los datos de registro, los clientes de consulta y la lógica de firma y difusión.
@osmosis-agent-toolkit/ai-sdk
Una implementación del SDK de IA de Vercel para el kit de herramientas del agente de ósmosis.
@osmosis-agent-toolkit/mcp
Implementación del servidor de Protocolo de Contexto de Modelo (MCP) del Kit de herramientas del Agente de Osmosis.
Uso con Claude Desktop o Cursor
Agregue lo siguiente a su archivo claude_desktop_config.json o .cursor/mcp.json . Consulte aquí para obtener más detalles.
{
"mcpServers": {
"Osmosis": {
"command": "npx",
"args": [
"-y",
"@osmosis-agent-toolkit/mcp"
],
"env": {
"OSMOSIS_MNEMONIC": "<your mnemonic here>"
}
}
}
}Desarrollo
Instalar dependencias usando yarn o bun:
bun iIniciar el modo de vigilancia para el desarrollo local:
bun run devPara construir:
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