MCP HTTP Wrapper
@manasnilorout
关于 MCP HTTP Wrapper
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP HTTP Wrapper?
MCP HTTP Wrapper is an AWS Lambda HTTP wrapper for Model Context Protocol (MCP) servers. It allows MCP servers to be deployed as serverless HTTP endpoints on AWS, making them accessible via standard RESTful API calls.
How to use MCP HTTP Wrapper?
Install dependencies with npm install, then set up each MCP server under mcp_servers/ by running npm install and npm run build in its directory. For local development, use npm run dev (Serverless Offline) or npm run dev:express (Express). Deploy to AWS with npm run deploy (development) or npm run deploy:prod (production). API endpoints: GET /{serverName} lists available tools; POST /{serverName}/{toolName} calls a tool with a JSON body.
Key features of MCP HTTP Wrapper
- AWS Lambda deployment for serverless MCP servers
- HTTP API to list and call MCP tools
- Local development with Serverless Offline or Express
- Configurable MCP server definitions in
mcp-server-config.ts - TypeScript source code with build and watch scripts
Use cases of MCP HTTP Wrapper
—
FAQ from MCP HTTP Wrapper
What are the prerequisites for using MCP HTTP Wrapper?
Node.js v18 or later, AWS CLI configured with appropriate credentials, and the Serverless Framework are required.
How do I set up MCP servers before deployment?
Navigate to each server directory under mcp_servers/, run npm install to install dependencies, then npm run build to compile the server.
How can I run the service locally?
Use npm run dev to run with Serverless Offline, or npm run dev:express to run with Express for easier debugging.
What API endpoints does MCP HTTP Wrapper expose?
GET /{serverName} returns a list of available tools for that server. POST /{serverName}/{toolName} calls a specific tool with parameters provided in the request body.
开发工具 分类下的更多 MCP 服务器
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
评论