@grinta-mcp/server
v0.2.1
Published
MCP server for Grinta CDP protocol on Starknet — open SAFEs, borrow GRIT, swap, monitor health
Readme
grinta-agent-tmp
A Starknet AI Agent built with starknet-agentic.
Quick Start
Install dependencies:
npm install # or pnpm installConfigure your environment:
cp .env.example .env # Edit .env with your account address and private keyRun the agent:
npm start # or for development with auto-reload: npm run dev
Configuration
This agent is configured for sepolia.
Environment Variables
| Variable | Description |
|----------|-------------|
| STARKNET_RPC_URL | Starknet RPC endpoint |
| STARKNET_ACCOUNT_ADDRESS | Your agent's account address |
| STARKNET_PRIVATE_KEY | Private key for signing transactions |
| AVNU_BASE_URL | AVNU API endpoint for swaps |
| AVNU_PAYMASTER_URL | AVNU Paymaster for gas abstraction |
Template: full
The full template includes wallet, DeFi, on-chain identity (ERC-8004), and A2A protocol support for agent-to-agent communication.
