Endpoint
GET /mcpGET /mcp/ssePOST /mcp/message?sessionId=...
Use NekoHub as an MCP server for agents and tools.
POST /mcp
http://your-host:5121/mcp
GET /mcpGET /mcp/ssePOST /mcp/message?sessionId=...Authorization: Bearer your-api-key
{
"mcpServers": {
"nekohub": {
"url": "http://localhost:5121/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}
Was this page helpful?