Klever 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.
Features
- 🚀 Triple Mode Operation: Run as HTTP API server, MCP stdio server, or public hosted MCP server
- 💾 Flexible Storage: In-memory or Redis backend support
- 🔍 Smart Context Retrieval: Query by type, tags, or contract type
- 📝 Automatic Pattern Extraction: Parse Klever contracts to extract examples and patterns
- 🎯 Relevance Ranking: Intelligent scoring and ranking of context
- 🔄 Live Updates: Add and update context in real-time
- 🛡️ Type Safety: Full TypeScript with Zod validation
- 📚 Comprehensive Knowledge Base: Pre-loaded with Klever VM patterns, best practices, and examples
- 🔧 Contract Validation: Automatic detection of common issues and anti-patterns
- 🚀 Deployment Scripts: Ready-to-use scripts for contract deployment, upgrade, and querying






