Install Actify MCP

Connect Actify to your AI development tools and start executing code securely through the Model Context Protocol.

Step 1: Generate API Key

Create an API key to authenticate your MCP connection. This will automatically configure all installation commands below.

Step 2: Install in Cursor IDE

One-click installation for Cursor

One-Click Install (Recommended)

Click the button below to install Actify MCP directly in Cursor.

Install in Cursor

Generate an API key above to enable one-click installation

OR MANUALLY CONFIGURE
1

Open Cursor Settings

Go to Settings → Features → Model Context Protocol

2

Add Configuration

Locate your MCP settings file (usually at ~/.cursor/mcp.json) and add:

{
  "mcpServers": {
    "actify": {
      "transport": {
        "type": "http",
        "url": "https://api.actify.dev/mcp?apiKey=YOUR_API_KEY"
      }
    }
  }
}
3

Replace Your Token

Replace your_token_here with your actual API token from the API Keys section.

4

Restart Cursor

Restart Cursor IDE to load the new MCP configuration.

Step 3: Install in Claude Code

Simple command-line installation

CLI Install (Recommended)

Run this command in your terminal to install Actify MCP:

claude mcp add --transport http Actify https://api.actify.dev/mcp?apiKey=YOUR_API_KEY

Generate an API key above to get your personalized command

Available MCP Tools

code_execute

Execute Node.js code securely in isolated containers

code_schedule

Schedule recurring code execution with cron expressions

execution_status

Get real-time execution status and results

get_credits

Check your credit balance and usage statistics

manage_secrets

Securely store and manage API keys and secrets

list_workflows

View all deployed workflows and schedules

Troubleshooting

MCP Server Not Connecting

  • Verify your API token is correct and not expired
  • Check that the API URL matches your Actify instance
  • Ensure Node.js is installed and accessible in your PATH

Tools Not Appearing

  • Restart your IDE after updating MCP configuration
  • Check the MCP logs for connection errors
  • Verify the configuration file is in the correct location

Need Help?

Contact support at support@actify.dev or check our documentation.