Skip to main content

The Arcanna MCP Inpyt server allows user to send data and feedback to AI use cases through the Model Context Protocol (MCP).

Project description

Arcanna MCP Input Server

The Arcanna MCP Inpyt server allows user to send data and feedback to AI use cases through the Model Context Protocol (MCP).

Usage with Claude Desktop or other MCP Clients

Option 1 - uvx

Prerequisites

Configuration

Add the following entry to the mcpServers section in your MCP client config file (claude_desktop_config.json for Claude Desktop).

{
  "mcpServers": {
    "arcanna-mcp-input-server": {
      "command": "uvx",
      "args": [
        "arcanna-mcp-input-server"
      ],
      "env": {
        "ARCANNA_INPUT_API_KEY": "YOUR_ARCANNA_INPUT_API_KEY",
        "ARCANNA_HOST": "YOUR_ARCANNA_HOST",
        "ARCANNA_USER": "YOUR_USERNAME"
      }
    }
  }
}

Option 2 - Building local image from this repository

Prerequisites

Configuration

  1. Change directory to the directory where the Dockerfile is.
  2. Run docker build -t arcanna/arcanna-mcp-input-server. --progress=plain --no-cache
  3. Add the configuration bellow to your claude desktop config.
{
  "mcpServers": {
    "arcanna-mcp-input-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "ARCANNA_INPUT_API_KEY",
        "-e",
        "ARCANNA_HOST",
        "-e",
        "ARCANNA_USER",
        "mcp/arcanna-mcp-input-server"
      ],
      "env": {
        "ARCANNA_INPUT_API_KEY": "<YOUR_ARCANNA_API_KEY_HERE>",
        "ARCANNA_HOST": "<YOUR_ARCANNA_HOST_HERE>",
        "ARCANNA_USER": "<YOUR_USERNAME_HERE>"
      }
    }
  }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arcanna_mcp_input_server-0.0.1.tar.gz (32.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

arcanna_mcp_input_server-0.0.1-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file arcanna_mcp_input_server-0.0.1.tar.gz.

File metadata

  • Download URL: arcanna_mcp_input_server-0.0.1.tar.gz
  • Upload date:
  • Size: 32.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for arcanna_mcp_input_server-0.0.1.tar.gz
Algorithm Hash digest
SHA256 974913c1f757955be818d265561c0744b68f278687d0f30333108418ccefc0c6
MD5 3b3fa53e618f8a529f3b1ba442a08e37
BLAKE2b-256 81060fbf179469982dc01eb03f62deee615bfb49852fe64459cf99ac3211233c

See more details on using hashes here.

Provenance

The following attestation bundles were made for arcanna_mcp_input_server-0.0.1.tar.gz:

Publisher: build_image_and_package.yml on siscale/arcanna-mcp-input-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arcanna_mcp_input_server-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for arcanna_mcp_input_server-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3d8c3153ff19e82037f51905ada5140a0f1acac9517826776d395d91d6bc1538
MD5 99d9f82720d36b205e714cb770bf9302
BLAKE2b-256 c103a0f2cc0de74f20e668484d7d20f241fe916741122ac0816c9341356e419e

See more details on using hashes here.

Provenance

The following attestation bundles were made for arcanna_mcp_input_server-0.0.1-py3-none-any.whl:

Publisher: build_image_and_package.yml on siscale/arcanna-mcp-input-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page