Klever Vm MCP Server

A Model Context Protocol (MCP) server tailored for Klever blockchain smart contract development. This server maintains and serves contextual knowledge including code patterns, best practices, and runtime behavior for developers working with the Klever VM SDK. Its 5 documented tools cluster into read & search, enhance.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-19 · ★ 31 · #496 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Klever Vm

before you install - you'll need

Set STORAGE_TYPE, MEMORY_MAX_SIZE, REDIS_URL before connecting.

Claude Code

claude mcp add klever-io-mcp-klever-vm --transport http https://mcp.klever.org/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "klever-io-mcp-klever-vm": {
      "url": "https://mcp.klever.org/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.klever.org/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.klever.org

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @klever/mcp-server - the @klever scope differs from the repo owner (klever-io); confirm it's the project's official package

registry namespace io.github.klever-io is GitHub-verified and matches the repo owner

03 · What Klever Vm can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search the Klever VM knowledge base, retrieve a specific context by ID, find contexts similar to a given context, and get knowledge base statistics.

Capability map

Tools grouped from the project's README - what Klever Vm lets an agent do.

read & search

4 tools - e.g. Search the Klever VM knowledge base; Retrieve a specific context by ID; Find contexts similar to a given context

query_context · get_context · find_similar · get_knowledge_stats

Enhance

1 tool - e.g. Enhance queries with relevant Klever VM context

enhance_with_context

Latest releases

v1.3.0 · 2026-03-19

bump Klever SDK version from 0.45.0 to 0.45.1 · SDK 0.45.1 bump and security fixes

v1.2.5 · 2026-02-20

switch public MCP server to stateless transport · patch ajv and minimatch security vulnerabilities · publish to MCP Registry on release · merge develop into main

v1.2.4 · 2026-02-19

[KLC-2170/KLC-2171] Add on-chain tools for Klever blockchain interaction · [KLC-2172] Add SKILL.md with progressive disclosure sub-files · merge develop into main

04 · Who maintains Klever Vm

mcp-klever-vm is maintained by klever-io. It's the only MCP server we track from this author; the repo dates to Jun 2025.

05 · Facts

category
other - ranked #496 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.klever-io/mcp-klever-vm (active, first published 2026-02-12 · 4 versions)
packages
npm:@klever/mcp-server

06 · Klever Vm FAQ

Is Klever Vm still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-19. We re-verify nightly.

What can Klever Vm do?

With this server connected, an agent can search the Klever VM knowledge base, retrieve a specific context by ID, find contexts similar to a given context, and get knowledge base statistics.

How do I install Klever Vm?

Run `npx -y @klever/mcp-server`. The README documents 3 environment variables (STORAGE_TYPE, MEMORY_MAX_SIZE, REDIS_URL) to set first. Set STORAGE_TYPE, MEMORY_MAX_SIZE, REDIS_URL before connecting. You can also paste the ready-made client config above.

Does Klever Vm require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Klever Vm

More MCP servers to compare · GIA - Governed Intelligence Architecture · MoldSim MCP Server · Porkbun MCP · Hermes Atlas MCP · Aftereffects

More TypeScript MCP servers · HOI4 Agent Tools · Wigolo · World Monitor · see all