ark-mcp
by vpopescu·★ 0·Score 30
Enterprise MCP server supporting WebAssembly plugins as MCP tools.
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:
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
Installation
Installation
- 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- From source:
git clone https://github.com/vpopescu/ark-mcp
cd ark-mncargo build --releaseClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"ark": {
"command": "ark",
"args": ["serve"]
}
}
}Compare ark-mcp with
Last updated · Auto-generated from public README + GitHub signals.