Skip to main content

The Arcanna MCP Input 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 Input 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",
        "arcanna/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.4.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.4-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: arcanna_mcp_input_server-0.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 b176f8b80335d376cf520e77bcfe30e57e550e4d08f79c62862dc7dd3c310205
MD5 1b7a2460b4c94329806d4d0ea3e11b84
BLAKE2b-256 978f817f54d4e2280f260a1d7f31771d8ac2f3bac678522d196096915374cee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for arcanna_mcp_input_server-0.0.4.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.4-py3-none-any.whl.

File metadata

File hashes

Hashes for arcanna_mcp_input_server-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 15253d56ba358d7ad52560c213f8826fdd8b709a566bda3d582d26e08956393f
MD5 95227f32ac15e15a5dc1abbef09ebd8f
BLAKE2b-256 3e99970dbbad0aeb869fcbf9d8e7f92551024a8bcc1cd5529383ec959f69489f

See more details on using hashes here.

Provenance

The following attestation bundles were made for arcanna_mcp_input_server-0.0.4-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