KosmoKrator

productivity

Paperspace MCP, CLI, and Lua Integration for AI Agents

Paperspace integration docs for AI agents: MCP gateway setup, Paperspace CLI commands, Lua API reference, credentials, and function schemas.

7 functions 7 read 0 write Bearer token auth

Paperspace for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
paperspace
route_slug
paperspace
package
paperspace
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Paperspace MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Paperspace.

Paperspace CLI Matrix

Use these pages for direct Paperspace CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
paperspace.paperspace_list_machines Read read 0 List all GPU machines in the Paperspace account. Returns IDs, names, OS, machine type, state, and public IP address.
paperspace.paperspace_get_machine Read read 1 Get details for a specific Paperspace machine by ID. Returns full machine information including specs, state, and network configuration.
paperspace.paperspace_list_notebooks Read read 0 List all Gradient notebooks in the Paperspace account. Returns notebook IDs, names, cluster, machine type, and state.
paperspace.paperspace_list_datasets Read read 0 List all datasets in the Paperspace account. Returns dataset IDs, names, storage usage, and creation dates.
paperspace.paperspace_list_projects Read read 0 List all Gradient projects in the Paperspace account. Returns project IDs, names, descriptions, and creation dates.
paperspace.paperspace_list_ssh_keys Read read 0 List all SSH keys in the Paperspace account. Returns key IDs, names, and fingerprints.
paperspace.paperspace_get_current_user Read read 0 Get information about the current authenticated Paperspace user, including email, user ID, and team membership.