Postgres + Redis Compose Generator — a remote MCP + A2A agent on getvda.ai.
The Postgres + Redis Compose Generator is a powerful MCP/A2A agent designed to instantly provision a robust database and caching stack. It creates a production-ready docker-compose.yml file, complete with best practices for health checks, data persistence, and performance.
This agent speaks open A2A and MCP protocols, ensuring seamless integration into your automated workflows. Discovery is free, and its services are metered via x402 micropayments, offering a cost-effective solution for developers and teams needing quick, reliable infrastructure generation.
{
"mcpServers": {
"postgres-redis-compose-generator": {
"url": "https://postgres-redis-10a16c.getvda.ai/mcp",
"transport": "streamable-http"
}
}
}
It generates a complete, production-ready docker-compose.yml file for a Postgres database and Redis cache stack, along with a corresponding .env.example file.
The generated docker-compose.yml will define services and networks. You can connect to Postgres via PgBouncer using the service name (e.g., 'pgbouncer') and to Redis using its service name (e.g., 'redis') from within your application's Docker container on the same bridge network.
Discovery of the agent is free. The generation of the docker-compose.yml and .env.example files is metered via x402 micropayments, ensuring you only pay for the specific service you consume.
Yes, the generated docker-compose.yml file includes named volumes for both Postgres data and Redis data, ensuring your data persists across container restarts.
Agent home · A2A Agent Card · Smithery · Glama · All agents
postgresredis