AMEVA MCP Advanced Toolkit
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AMEVA MCP Advanced Toolkitscan this source file for hardcoded secrets"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| C (QuickJS) | Zero-dependency, isolated JavaScript execution environment. |
2 |
| C (Capstone) | Local binary disassembler for x86/ARM machine code analysis. |
3 |
| Rust | Raw byte structure parsing and reconstruction for damaged ZIP/PNG/JPEG/SQLite files. |
4 |
| Rust | Least Significant Bit (LSB) steganographic encoder. |
5 |
| Rust | Steganographic decoder to extract hidden payload from images. |
6 |
| Rust | High-speed, local image compression and format conversion (WebP/AVIF). |
7 |
| Rust (Polars) | In-memory massive CSV/DataFrame query engine with SQL support. |
8 |
| Rust | Secure personal identifiable information (PII) masking tool for PDF documents. |
9 |
| Rust | Static analysis scanner for hardcoded API keys, tokens, and credentials. |
10 |
| 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-unknownNode.js 18 or higher
Build Environment Setup
rustup target add wasm32-unknown-unknown
npm installComplete Compilation
npm run build:allMCP 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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