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 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.2.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.2-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: arcanna_mcp_input_server-0.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 2d9abd69be1a146dc6b7bee195be50e5a51996ae8cb47433230a6bc2573bf1f2
MD5 630978ae39f00acb7a88b96aeb97173c
BLAKE2b-256 727481839b4f70a89096765fedb248e4fc79fca362d2dfb91d21dec657a84a3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for arcanna_mcp_input_server-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7b95fa92103c0c9db853c0b686741c12c69c82aa10a2d4d7ccf381f9882f569a
MD5 30810b3db3bb0dcb392695de939436fc
BLAKE2b-256 d3a4824acf1d03ea91b01b8b858e113fad74ddcd42a3223126262ad671c19030

See more details on using hashes here.

Provenance

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