Serverless Mcp
@groovysquirrel
关于 Serverless Mcp
A Serverless MCP implementation using SST, React and AWS.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"serverless-mcp": {
"command": "npx",
"args": [
"sst",
"dev"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Serverless Mcp?
Serverless Mcp is a modern, serverless operating system for AI systems and agents, built with SST, React, and TypeScript. It provides a framework for managing Large Language Models (LLMs) and specialized AI agents through the Model Control Protocol (MCP) with a unified command system and shared operating template.
How to use Serverless Mcp?
Clone the repository, install dependencies with npm install, then start the development server with npx sst dev. Configure the test environment by copying .env.test.example to .env.test and filling in required API and AWS Cognito credentials. Run test scripts such as ./packages/brainsOS/test_scripts/mcp/test_tools.sh. Deploy to AWS with npx sst deploy --stage <stage>.
Key features of Serverless Mcp
- Visual flow editor for AI workflow design
- Unified command system for AI operations
- Secure authentication and authorization via AWS Cognito
- Real-time workflow execution
- Comprehensive audit logging
Use cases of Serverless Mcp
- Manage and orchestrate AI workflows through a visual interface
- Deploy secure, scalable AI subminds
- Perform prompt management and benchmarking
- Maintain strict data ownership and audit capabilities
FAQ from Serverless Mcp
What are the dependencies or runtime requirements?
Node.js v16 or later and an AWS account with configured credentials are required. The system uses AWS Lambda, DynamoDB, and Cognito.
Where does the data live?
Data is stored in DynamoDB, and authentication data is handled by AWS Cognito. All infrastructure runs on AWS.
How is authentication and transport handled?
Authentication is via AWS Cognito (username/password, user pool, identity pool). The API communicates over HTTPS through AWS API Gateway.
Are there any known limitations or issues?
The README notes common troubleshooting steps such as token expiration (handled automatically), rate limiting (built-in delays), and missing environment variable validation. No other explicit limits are mentioned.
Is there a test environment setup?
Yes. Create a .env.test file from the example, set secure permissions (chmod 600), and run test scripts located under packages/brainsOS/test_scripts/. Tests include interactive features (press Enter, R, Q) and show pass/fail indicators.
云与基础设施 分类下的更多 MCP 服务器
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
评论