MCP server for creating and inspecting Seed tables and relationships through the existing `seed-backend` HTTP API. ```bash npm install npm run build ``` Set either an access token: ```bash SEED_API_BASE=http://localhost:3007 SEED_ACCESS_TOKEN=... ``` Or login credentials: ```bash SEED_API_BASE=http://localhost:3007