nimble-mcp-server
httpUsed by 1 plugin
Installs nimble, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub anthropics/claude-plugins-official --plugin nimbleAdd to Your Project
Add 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"
}
}
}Security Considerations
External connections
This server connects to external services. Review the URLs it accesses before enabling.
Command
npxURL
https://mcp.nimbleway.com/mcpArguments
-ymcp-remote@latesthttps://mcp.nimbleway.com/mcp--headerAuthorization:Bearer ${NIMBLE_API_KEY}