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

Uploaded Python 3

File details

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

File metadata

  • Download URL: arcanna_mcp_input_server-0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 dc37719b982a8f43cb38b71a80402e85b53b4e09b012ba16a6666206a4ff2d76
MD5 6029773e1c2ad7d4eeb63014fa05b70a
BLAKE2b-256 401fae5325445639f002f1d6e4032268b55e0605636230b8e5d65b9d29c7fb20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for arcanna_mcp_input_server-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a7c46c70ec99762022fc11664ad2e78aacc20733696d4c4de46ea85c1d155b4a
MD5 598a2b463f034808947fcdce231cf357
BLAKE2b-256 ac2e0effbd0d5f83675c040bd76125d9ac3e60be40910114b40bcf8b51840f4f

See more details on using hashes here.

Provenance

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