Servers
MCP Middleware Adapter for Express Servers
@Moe03
Run multiple MCP clients on a NodeJS Express server (adapter/middleware)
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-express-adapter": {
"command": "npx",
"args": [
"mcp-express-adapter@latest",
"--host",
"http://localhost:3000/mcp/sse",
"--header",
"Authorization: Bearer 000000"
]
}
}
}