cloud-a2a-mcp-quickstart
Verified Safeby agentic-profile
Overview
Deploys a scalable server infrastructure with Agent-to-Agent (A2A) and Model Context Protocol (MCP) services for managing digital identities, venture profiles, community activities, and verifiable credentials, leveraging cloud-native data stores and AI models.
Installation
tsx --inspect src/index.local.tsEnvironment Variables
- AWS_REGION
- VALKEY_ENDPOINT
- VALKEY_PORT
- VALKEY_PASSWORD_SECRET_ARN
- DYNAMODB_COMMUNITY_PROFILES_TABLE_NAME
- DYNAMODB_WALLETS_TABLE_NAME
- DYNAMODB_VENTURE_PROFILES_TABLE_NAME
- DYNAMODB_REPUTATIONS_TABLE_NAME
- NEPTUNE_CLUSTER_ENDPOINT
- NEPTUNE_CLUSTER_PORT
- ADMIN_DID
Security Notes
CORS is broadly configured (`origin: '*'`), which may be too permissive for some production deployments. A default `ADMIN_DID` is hardcoded for administrative tasks, which should be overridden with a custom value in production environments.
Similar Servers
vibe-check-mcp-server
Provides metacognitive oversight and self-improvement capabilities for AI agents using Chain-Pattern Interrupts (CPI) to prevent reasoning lock-in and over-engineering.
agentor
Build and deploy scalable AI agents that can interact with various tools and communicate via A2A and MCP protocols.
servicenow-api
The ServiceNow MCP Server acts as a Model Context Protocol (MCP) endpoint, wrapping ServiceNow APIs as tools for consumption by LLMs and multi-agent systems, enabling automated interaction with ServiceNow for tasks like incident management, change management, and CMDB queries.
mcp-sdk-functions-hosting-node
A Node.js server for hosting serverless functions, likely within a Managed Cloud Platform (MCP) SDK context.