L

Linode

Provides a bridge to the Linode cloud infrastructure API, enabling developers to query and manage cl...

4 views
0 installs
Updated Dec 20, 2025
Not audited
Provides a bridge to the Linode cloud infrastructure API, enabling developers to query and manage cloud resources through conversational interactions with external tools.
  1. Open FastMCP connection interface and click "Install Now"
    Open your FastMCP connection UI and press the "Install Now" button to add a new environment variable entry.

  2. Log in to Linode Cloud Manager
    In a browser, go to your Linode Cloud Manager and sign in to your account. To create an API token, open the "API Tokens" (Profile → API Tokens) page. (linode.com)

  3. Create a Personal Access Token (PAT)
    Click "Create a Personal Access Token" (or similar). Give the token a descriptive label (for example: "fastmcp-linode"), set an expiry if desired, and choose scopes/permissions. For full Linode instance management (create/delete/reboot), grant appropriate Read/Write access to the Linodes (and other resources you expect to manage); otherwise restrict to the minimum scopes required. (linode.com)

  4. Copy the API token immediately
    After creating the token Linode will display the token value only once in the browser — copy it now and store it securely (you will not be able to view it again). (developers-linode.netlify.app)

  5. In the FastMCP "Install Now" form, add the environment variable

    • For the environment variable name use: LINODE_API_KEY
    • For the value paste the Personal Access Token you copied in step 4.
      Fill any description/label fields if present (e.g., "Linode PAT for linode-mcp").
  6. Save/Apply the configuration in FastMCP
    Click the FastMCP form's Save / Apply / Install button so the environment variable is stored and injected into the MCP server process.

  7. (Optional) Verify locally or via CLI
    If you prefer to verify before or instead of using the FastMCP UI, you can set the variable locally or in a .env file:

    • Export example: export LINODE_API_KEY=your_api_key_here
    • .env example line: LINODE_API_KEY=your_api_key_here
      Or start the MCP with the --api-key argument if supported by your setup.
  8. Restart or redeploy the MCP server if required
    If the MCP server/process requires a restart to pick up new environment variables, restart or redeploy the MCP server so it uses the new LINODE_API_KEY.

  9. Revoke and rotate if compromised
    If the token is accidentally exposed, revoke it immediately from Linode's Profile → API Tokens page and create a new token; update the FastMCP LINODE_API_KEY value accordingly. (developers-linode.netlify.app)

Quick Start

View on GitHub

More for Cloud Platforms

View All →

More for API Development

View All →

Similar MCP Servers

L

Linode

Integrates with Linode's cloud infrastructure API to manage compute instances, volumes, networking, domains, databases, Kubernetes clusters, and support operations across 19 tool categories with over 100 individual operations.

Database Cloud Platforms
87
0
DigitalOcean

DigitalOcean

Official

Integrates with DigitalOcean's cloud platform API to enable management of cloud resources, deployment of applications, and monitoring of infrastructure through natural language commands.

Cloud Platforms
245
1

Report Issue

Thank you! Your issue report has been submitted successfully.