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 accountsInstall Dependencies
Install project dependencies:
npm
npm installBuild the MCP Server
Navigate to the MCP server directory and build:
npm
cd mcp-server
npm install
npm run buildConfigure 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.