mcp-server

avishekdas/mcp-server
★ 0 stars TypeScript ⚙️ DevOps Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "avishekdas/mcp-server"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that exposes AWS API Gateway endpoints as MCP tools. - Convert OpenAPI specifications to MCP tools - Support for GET, POST, PUT, DELETE, PATCH methods - Parameter handling (query, path, body, headers) - AWS Lambda deployment ready - Docker containerization support

Tools (3)

API_GATEWAY_URLAPI_KEYAWS_REGION