MCP.so
登录

Serverless Mcp

@groovysquirrel

关于 Serverless Mcp

A Serverless MCP implementation using SST, React and AWS.

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

groovysquirrel

配置

使用下面的配置,将此服务器添加到你的 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 服务器