Express middleware for handling Model Context Protocol (MCP) requests
| Tool name | Description | Destructive? |
|---|---|---|
| greet | ✓ no | |
| echo | ✓ no |
{
"mcpServers": {
"express-handler": {
"command": "npx",
"args": [
"-y",
"express-mcp-handler"
]
}
}
}