Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Setup

Detailed setup instructions for the MCP Wallet Server.

Prerequisites

Installation

Clone the Repository

Clone the project and navigate to the directory:

npm
git clone https://github.com/mmsaki/accounts.git
cd accounts

Install Dependencies

Install project dependencies:

npm
npm install

Build the MCP Server

Navigate to the MCP server directory and build:

npm
cd mcp-server
npm install
npm run build

Configure Your MCP Client

Create or update your MCP configuration file (typically mcp.json or similar):

mcp.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wallet-server": {
      "type": "local",
      "command": ["node", "./mcp-server/dist/index.js"],
      "enabled": true
    }
  }
}

Launch and Verify

Start your MCP client with the new configuration. Test connectivity by calling one of the tools.