MCP Catalogs
Home

mcp-klever-vm

by klever-io·31·Score 44

MCP server for Klever blockchain smart contract development with pattern extraction and validation tools.

developer-toolsblockchainai-llm
4
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Smart contract developers needing references for Klever VM patterns and best practices
you:Teams managing large collections of Klever smart contracts with validation tools
you:Educational platforms teaching blockchain development using pre-loaded examples
you:What types of context does the Klever MCP server support?
you:Can I use this server without running it locally?

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 README
  • query_context

    Search the Klever VM knowledge base for relevant information

  • add_context

    Add new context to the Klever VM knowledge base

  • get_context

    Retrieve a specific context item by ID from the knowledge base

  • find_similar

    Find contexts similar to a given context ID or content

  • get_knowledge_stats

    Get statistics about the Klever VM knowledge base

  • init_klever_project

    Initialize a new Klever smart contract project with helper scripts

  • enhance_with_context

    Enhance queries with relevant Klever VM context

Comparable tools

hardhat-mcpfoundry-mcpremix-mcp

Installation

Installation

Quick Start

Install and run instantly via npx — no cloning required:

npx -y @klever/mcp-server

From Source

  1. Clone the repository:
git clone https://github.com/klever-io/mcp-klever-vm.git
cd mcp-klever-vm
  1. Install dependencies:
pnpm install
  1. Copy environment configuration:
cp .env.example .env
  1. Build the project:
pnpm run build

Claude 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

GitHub →

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