Skip to main content
v1.0.0 Now Available

Nife MCP ServerTalk to Your
Infrastructure

Connect your infrastructure to any LLM with zero configuration.

Manage your Nife.io deployments using natural language — no CLI commands, no switching context.

QUICK INSTALL

Up and running in seconds

$npm i @nifelabs/mcp-server

CAPABILITIES

Everything you need to manage infra through AI

No more memorising CLI flags. Ask in plain English and Nife MCP handles the rest.

Intelligent Discovery

Automatically scans and maps your Nife GraphQL schema, instantly teaching your LLM how to navigate your infrastructure.

Dynamic Generation

No manual coding required. MCP tools are generated on-the-fly based on your current API structure and permissions.

Zero Configuration

Install the package, provide your access token, and start chatting. No boilerplate, no scaffolding.

Secure Auth

Enterprise-grade Bearer token authentication keeps your infrastructure access scoped and auditable.

Cross-Platform

Native support for macOS, Windows, and Linux. Compatible with both Python and Node.js runtimes.

Production Ready

Comprehensive logging, error handling, and connection retries for stable agentic workloads.

Powerful Commands with Nife MCP

Use natural language to manage and automate your applications, deployments, and regions — all directly from your chat.

List all my applications

"List all my applications in Nife.io"

Fetches all applications associated with your Nife workspace instantly.

Deployment status

"Show me the status of my deployments"

Provides real-time status for every active or pending deployment.

All deployed sites

"Get me a list of all the sites deployed"

Returns a structured overview of all deployed live sites in your environment.

Deployment regions

"Get me the regions of the app deployments"

Shows which global regions your applications are currently deployed in.

Database Deployments

"List all my database deployments"

Retrieves a list of all database instances deployed within your Nife environment.

Create a new application

"Create a new application called 'my-app'"

Generates a brand-new application with your chosen name in seconds.

Try It Live

Click any command above to see instant results in the chat interface

List all my applications in Nife.io

api-gatewayACTIVE
Region: us-east-1 • Created: 2024-11-20
web-dashboardACTIVE
Region: eu-west-1 • Created: 2024-11-15
auth-servicePAUSED
Region: us-west-2 • Created: 2024-10-28
notification-workerACTIVE
Region: ap-southeast-1 • Created: 2024-11-10

Zero-Config Setup

Connect Nife to your favorite LLM provider. Works seamlessly with Claude Desktop, OpenAI, and other MCP-compatible platforms.

Universal Integration

Works with any MCP-compatible LLM client.

Resource Efficient

Runs locally with minimal overhead.

How It Works

  1. Choose your LLM - Pick from Claude, OpenAI, or any MCP-supported platform
  2. Add the config - Copy the configuration to your LLM settings file
  3. Set your token - Add your API credentials to the environment
  4. Start using - Access Nife tools instantly in your LLM client
Claude Desktop Config
{
  "mcpServers": {
    "nife": {
      "command": "npx",
      "args": ["-y", "@nife/mcp-server"],
      "env": {
        "NIFE_ACCESS_TOKEN": "..."
      }
    }
  }
}
OpenAI Config (via MCP)
{
  "mcpServers": {
    "nife": {
      "command": "npx",
      "args": ["-y", "@nife/mcp-server"],
      "env": {
        "NIFE_API_KEY": "..."
      }
    }
  }
}

Open Source

Auto-generate MCP tools from any GraphQL or REST API

The open source MCP server works with any API — not just Nife. Zero manual config.

GET STARTED

Start talking to your infrastructure

Free and open source. Works with any Nife.io account and your existing access token.

This website uses cookies to improve your experience. By clicking "I Agree," you consent to our use of cookies.