MCP Catalogs
Home

ark-mcp

by vpopescu·0·Score 30

Enterprise MCP server supporting WebAssembly plugins as MCP tools.

developer-toolsai-llmother
0
Forks
11
Open issues
7 mo ago
Last commit
2d ago
Indexed

Overview

Ark MCP is an enterprise-grade MCP server that enables exposing WebAssembly plugins as MCP tools. Built in Rust, it's inspired by hyper-mcp with added enterprise features including JWT token signing capabilities. The server provides clear documentation for quick setup through Docker containers and supports multiple programming languages for plugin development.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Enterprise tool integration via WASM plugins
you:Custom MCP tool development for various languages
you:Secure token-based access for MCP services

When to choose this

Choose this server for enterprise environments needing WebAssembly plugin security and authentication via JWT tokens.

When NOT to choose this

Not suitable for simple use cases without plugin requirements or if you need extensive documentation.

Comparable tools

hyper-mcpmcp-wasmnomic-mcp

Installation

Installation

  1. Using Docker (recommended for quick start):
docker build -t ark-tryout -f docker/Dockerfile .
docker run --rm -p 8000:8000 -p 3001:3001 --mount type=bind,source="$(pwd)/docker/config.yaml",target=/etc/ark.config.yaml,readonly ark-tryout
  1. From source:
git clone https://github.com/vpopescu/ark-mcp
cd ark-mncargo build --release

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ark": {
      "command": "ark",
      "args": ["serve"]
    }
  }
}

Compare ark-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.