← Back to Plugins
MCP Server MCP

io.github.klever-io/mcp-klever-vm

github By github 👁 1 views ▲ 0 votes

MCP server for Klever blockchain smart contract development.

Homepage Verified source GitHub

Install

npx -y @klever/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.klever.org/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@klever/mcp-server",
      "version": "1.3.0",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...