RFC 8414 compliant remote MCP server using AgentCore Gateway with Cognito authentication
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"remote-mcp-with-agen": {
"command": "npx",
"args": [
"-y",
"grolston/Remote-MCP-with-AgentCore-and-Cognito"
]
}
}
}
Run in terminal:
claude mcp add remote-mcp-with-agen npx -y grolston/Remote-MCP-with-AgentCore-and-Cognito
Add to .cursor/mcp.json:
{
"mcpServers": {
"remote-mcp-with-agen": {
"command": "npx",
"args": [
"-y",
"grolston/Remote-MCP-with-AgentCore-and-Cognito"
]
}
}
}