mcp
Akash MCP Server is a TypeScript-based implementation designed to facilitate interaction between AI models and the Akash Network. It supports AI platforms by providing tools for deploying applications, managing leases, and interacting with Akash services.
Akash MCP Server
Akash MCP Server is a TypeScript implementation of a Model Context Protocol (MCP) server for interacting with the Akash Network.
Features
- Wallet and Client Management: Handles Akash wallet authentication and client initialization
- Certificate Management: Manages Akash certificates
- Tools for Akash Interaction:
- Account address retrieval
- Deployment creation and management
- SDL (Stack Definition Language) operations
- Bid management
- Lease creation
- Manifest deployment
Overview
This server provides a bridge between AI agents and the Akash Network, allowing AI models to deploy applications, create leases, manage deployments, and interact with other Akash services directly through typed tools. It implements the Model Context Protocol, making it compatible with various AI platforms and tools.
Prerequisites
- Node.js (v18 or later)
- An Akash wallet (mnemonic required for interaction with Akash Network)
- Basic knowledge of Akash Network
Installation
- Clone the repository and change directory to
mcp
. - Install dependencies using
npm install
. - Build the project using
npm run build
.
Usage
Development Mode
Run the server with the MCP inspector for development using npm run dev
. For watch mode during development use npm run dev:watch
.
Using the Server with AI Models
The server exposes a standard MCP interface that can be used by AI models to interact with the Akash Network. It uses stdio transport by default.