NeMo Agent toolkit Model Context Protocol (MCP) integration includes:
- An MCP client to connect to and use tools served by remote MCP servers.
- An MCP server to publish tools using MCP to be used by any MCP client.
- Support for both interactive OAuth2 authentication and headless service account authentication.
Note: MCP client functionality requires the nvidia-nat-mcp package. Install it with uv pip install "nvidia-nat[mcp]".
:caption: MCP
Connecting to Remote Tools <./mcp-client.md>
Serving NeMo Agent toolkit Functions <./mcp-server.md>
MCP Authentication <./mcp-auth.md>
Service Account Authentication <./mcp-service-account-auth.md>
Secure Token Storage <./mcp-auth-token-storage.md>