Skip to main content
Glama
uno-km

AMEVA MCP Advanced Toolkit

by uno-km

AMEVA MCP Advanced Toolkit

This repository provides a set of high-performance, WebAssembly (WASM) based Model Context Protocol (MCP) tools designed to enable secure, sandboxed, and zero-host-pollution operations directly within local runtime environments.

All operations are executed within the virtual memory of WASM runtimes compiled from Rust and C, ensuring zero-footprint local processing without host pollution or external network dependency.

Detailed tool-specific specifications, API schemas, and interface structures are available in the WASM Engines Specification (Local File Link) and WASM Engines Specification (GitHub Relative Link).


Tool Suite Overview

#

Tool Name

Engine/Language

Functional Description

1

execute_sandbox

C (QuickJS)

Zero-dependency, isolated JavaScript execution environment.

2

disassemble_binary

C (Capstone)

Local binary disassembler for x86/ARM machine code analysis.

3

recover_file

Rust

Raw byte structure parsing and reconstruction for damaged ZIP/PNG/JPEG/SQLite files.

4

steg_encode

Rust

Least Significant Bit (LSB) steganographic encoder.

5

steg_decode

Rust

Steganographic decoder to extract hidden payload from images.

6

optimize_images

Rust

High-speed, local image compression and format conversion (WebP/AVIF).

7

process_dataframe

Rust (Polars)

In-memory massive CSV/DataFrame query engine with SQL support.

8

redact_pdf

Rust

Secure personal identifiable information (PII) masking tool for PDF documents.

9

scan_secrets

Rust

Static analysis scanner for hardcoded API keys, tokens, and credentials.

10

semantic_search

Rust (ONNX)

In-browser semantic vector similarity search via local ONNX embeddings.


Related MCP server: Code Context Provider MCP

Build System

Prerequisites

  • Rust and target wasm32-unknown-unknown

  • Node.js 18 or higher

Build Environment Setup

rustup target add wasm32-unknown-unknown
npm install

Complete Compilation

npm run build:all

MCP Integration Configuration

To integrate this toolkit into Cursor, Claude Desktop, or other MCP clients, add the following configuration to your mcpServers profile:

{
  "mcpServers": {
    "ameva-advanced": {
      "command": "node",
      "args": ["C:/ameva/AMEVA-MCP-Advanced-Toolkit/src/proxy.js"]
    }
  }
}

Directory Structure

  • mcp_manifest.json : System-wide MCP tool schema definitions.

  • package.json : Build automation pipeline and dependencies.

  • src/proxy.js : JSON-RPC bridge handler bridging MCP clients to WASM modules.

  • wasm/ : Sub-directory housing the source code and build workflows of the WASM engines.


Security Principles

  • Zero Host Pollution: No temporary or persistent files are written to the host filesystem during operations.

  • Offline First: All computations are performed strictly inside the runtime's memory layout; network traffic is disabled.

  • Sandboxed Execution: Virtual execution domains isolate operations, mitigating host-level security vulnerabilities.


AMEVA Universe — uno-km

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Provides secure execution of arbitrary JavaScript code within a sandboxed QuickJS WASM environment, allowing language models or other MCP clients to safely run JavaScript code snippets without compromising the host system.
    Last updated
    4
  • A
    license
    A
    quality
    D
    maintenance
    Provides code context and analysis for AI assistants by extracting directory structures and code symbols using WebAssembly Tree-sitter parsers with zero native dependencies.
    Last updated
    1
    105
    20
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides secure filesystem operations, HTTP fetching with SSRF protection, JSON validation, artifact logging, and optional Redis key-value storage through both stdio and HTTP transports. Features production-ready security controls including sandbox enforcement, allowlist validation, and comprehensive input validation.
    Last updated
    Apache 2.0
  • A
    license
    -
    quality
    -
    maintenance
    Exposes common CTF and cybersecurity tools (crypto, forensics, malware analysis, steganography, reverse engineering, pwn, OSINT) so LLMs can help solve capture-the-flag challenges in a controlled lab environment.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.

  • Deterministic AI agent microtools, no accounts/API keys. fetch_extract: 98% token cut. 38 tools.

  • 500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/uno-km/MCP-Advanced-Toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server