Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Proxy server port (optional) | 3000 |
| MCP_MODE | No | Operating mode - stdio or proxy | stdio |
| PRIVATE_KEY | No | Wallet private key (required for stdio mode only) | |
| LOCK_ADDRESS | No | Default lock address (optional) | |
| INFURA_API_KEY | No | Infura project ID for RPC provider | |
| UNLOCK_ADDRESS | No | Unlock factory contract address | |
| ALCHEMY_API_KEY | No | Alchemy API key for RPC provider |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |