drio
Open app

Createve.AI Nexus: Enabling Real-World AI Agent Deployment 🚀

Source

Createve.AI Nexus Server: MCP and API bridge for advanced LLM and agent use

Catalog onlyCatalog onlySTDIO

Overview

Createve.AI Nexus Server is a versatile server that combines REST API and Model Context Protocol (MCP) functionality, designed for advanced LLM and agent use, along with n8n workflow integration capabilities.

To use the server, clone the repository, run the setup script to create a Python virtual environment, and start the server. You can also run it as a Docker container or a systemd service.

  • Multi-Protocol Support (REST API and MCP) - Dynamic API Loading from a configurable directory - API Key Authentication for secure endpoints - Robust Queue System for long-running processes - Auto-Reload functionality for API file changes - Interactive OpenAPI Documentation with Swagger UI - Comprehensive Logging and Error Handling - State Persistence for queue recovery - Containerization support with Docker
  1. Integrating AI assistants with custom APIs.
  2. Automating workflows using n8n integration.
  3. Handling complex data processing tasks with a queue system.

Add to your AI client

Use these steps to connect Createve.AI Nexus: Enabling Real-World AI Agent Deployment 🚀 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "createveai-nexus-server-spgoodman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-createveai-nexus-server-spgoodman"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "createveai-nexus-server-spgoodman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-createveai-nexus-server-spgoodman"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "createveai-nexus-server-spgoodman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-createveai-nexus-server-spgoodman"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "createveai-nexus-server-spgoodman": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-createveai-nexus-server-spgoodman"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "createveai-nexus-server-spgoodman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-createveai-nexus-server-spgoodman"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "createveai-nexus-server-spgoodman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-createveai-nexus-server-spgoodman"
      ]
    }
  }
}

FAQ

Can I use my own APIs with the server?

Yes! You can create custom API modules and load them into the server.

Is there documentation available?

Yes! Comprehensive documentation is provided in the `docs` directory.

How can I run the server?

You can run the server using the provided scripts or as a Docker container.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2603,"uuid":"f029d48f-5a9c-4ee5-8c86-fb99c13ccb53","name":"createveai-nexus-server","title":"Createve.AI Nexus: Enabling Real-World AI Agent Deployment 🚀","description":"Createve.AI Nexus Server: MCP and API bridge for advanced LLM and agent use","avatar_url":"https://avatars.githubusercontent.com/u/15204661?v=4","created_at":"2025-03-13T09:03:40.303Z","updated_at":"2025-03-13T09:49:24.748Z","status":"created","author_name":"spgoodman","author_avatar_url":"https://avatars.githubusercontent.com/u/15204661?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/spgoodman/createveai-nexus-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"Apache-2.0 license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-22 01:32:07\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Createve.AI Nexus: Enabling Real-World AI Agent Deployment 🚀 MCP Server — MCP Registry