Custom HTTP MCP
httpapi#http#remote#api
Streamable HTTP 방식으로 원격 MCP 서버에 연결하는 범용 설정입니다.
생성된 MCP 설정
아래 JSON을 Claude Desktop이나 Cursor의 설정 파일에 붙여넣으세요.
claude_desktop_config.json
{
"mcpServers": {
"custom-http-mcp": {
"url": "https://your-mcp-server.example.com/mcp",
"transport": "http"
}
}
}