Nimble hosted MCP
Streamable HTTP · hosted
- Endpoint
https://mcp.nimbleway.com/mcp- Authentication
- Send a Nimble API key as a Bearer credential. Nimble also documents OAuth through supported plugin installation.
Before you connect
- An account and API credential for the service.
- A client with Streamable HTTP support.
Cursor mcp.json — replace the credential placeholder Sources: Nimble MCP reference
Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.
{
"mcpServers": {
"nimble-http": {
"url": "https://mcp.nimbleway.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_NIMBLE_API_KEY"
}
}
}
}