From nimble
Connects remotely to Nimbleway's MCP service at https://mcp.nimbleway.com/mcp for tools, resources, and prompts. Requires NIMBLE_API_KEY for authorization via Bearer token.
npx claudepluginhub nimbleway/agent-skills --plugin nimbleAdd to your .mcp.json:
{
"mcpServers": {
"nimble-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.nimbleway.com/mcp",
"--header",
"Authorization:Bearer ${NIMBLE_API_KEY}"
],
"url": "https://mcp.nimbleway.com/mcp"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxhttps://mcp.nimbleway.com/mcp