mcp-klever-vm
by klever-io·★ 31·Score 44
MCP server for Klever blockchain smart contract development with pattern extraction and validation tools.
Overview
The mcp-klever-vm server is a comprehensive tool for developers working with Klever blockchain. It maintains a rich knowledge base of smart contract patterns, best practices, and code examples. The server supports multiple operation modes including HTTP API, MCP stdio, and public hosted service. Its architecture includes optimized storage backends (in-memory and Redis), automatic pattern extraction from contracts, and relevance ranking for context retrieval.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when developing on the Klever blockchain and need access to a comprehensive knowledge base of contract patterns, best practices, and validation tools.
When NOT to choose this
Avoid if you're working on other blockchain platforms as this server is specifically tailored for Klever's ecosystem with limited applicability elsewhere.
Tools this server exposes
7 tools extracted from the READMEquery_contextSearch the Klever VM knowledge base for relevant information
add_contextAdd new context to the Klever VM knowledge base
get_contextRetrieve a specific context item by ID from the knowledge base
find_similarFind contexts similar to a given context ID or content
get_knowledge_statsGet statistics about the Klever VM knowledge base
init_klever_projectInitialize a new Klever smart contract project with helper scripts
enhance_with_contextEnhance queries with relevant Klever VM context
Comparable tools
Installation
Installation
Quick Start
Install and run instantly via npx — no cloning required:
npx -y @klever/mcp-serverFrom Source
- Clone the repository:
git clone https://github.com/klever-io/mcp-klever-vm.git
cd mcp-klever-vm- Install dependencies:
pnpm install- Copy environment configuration:
cp .env.example .env- Build the project:
pnpm run buildClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"klever-vm": {
"command": "npx",
"args": ["-y", "@klever/mcp-server"]
}
}
}FAQ
- What types of context does the Klever MCP server support?
- The server supports various context types including code examples, best practices, security tips, optimizations, documentation, error patterns, deployment tools, and runtime behavior explanations.
- Can I use this server without running it locally?
- Yes, you can connect to the public hosted server at https://mcp.klever.org/mcp for read-only access to the knowledge base without local installation.
Compare mcp-klever-vm with
Last updated · Auto-generated from public README + GitHub signals.