vLEI.wiki MCP
Turns the Agent into a vLEI/KERI protocol expert
Connect AI Tools via MCP Gateway
Access the vLEI.wiki knowledge base directly in Claude Desktop, Cursor, VS Code, and other MCP-compatible AI tools through the MCP Gateway and tranform your IDE into a KERI/vLEI expert.
Get Your MCP API Key
Enter your email to receive an API key for accessing the MCP gateway. You'll get a confirmation email with your key after subscribing.
Get API Key
By submitting, you'll be subscribed to occasional updates about vLEI.wiki. You can unsubscribe anytime - your API key will continue working.
Configuration
Claude CodeClaude DesktopCursorZedVS CodeChatGPT
Claude Code CLI
One-command setup for Claude Code CLI users.
claude mcp add --header "Authorization: Bearer ENTER_YOUR_API_KEY" -t http "vlei_KERI_knowledge_base" "https://mcp.vlei.wiki/mcp"
Setup Instructions:
- Copy the command above
- Run it in your terminal
- Restart Claude Code if it's running
- Start using vLEI/KERI tools directly in your conversations!
Available MCP Tools
Search & Discovery
keri_search
Search KERI documentation and concepts with advanced filtering by type, relevance, and fuzzy matching for typos
keri_search({ query: 'witness rotation', docType: 'specification', fuzzy: true })
keri_explain
Get comprehensive explanations of KERI/vLEI concepts with support for multiple concepts and depth control
keri_explain({ concept: 'KERI, ACDC, witness', depth: 'technical' })
keri://concepts
Check this first! Complete concept catalog listing all available concepts with aliases and metadata
await mcp.readResource('keri://concepts')
GLEIF Official Context
keri_gleif_context
Extract relevant excerpts from GLEIF's official vLEI training context for authoritative best practices
keri_gleif_context({ term: 'QVI', contextSize: 50 })
Document Analysis
keri_get_document
Retrieve complete document content for deep analysis beyond search excerpts
keri_get_document({ path: 'docs/KERI_WP_2.x.web.md' })
keri_find_related
Find documents with similar topics for comprehensive research
keri_find_related({ topics: ['KERI', 'rotation'], minSharedTopics: 2 })
Visualization
keri_concepts_graph
Generate concept relationship data for mermaid charts and graph visualizations
keri_concepts_graph({ query: 'KERI, ACDC, witness', limit: 20 })
Best Practices
- • Check
keri://concepts
resource before using keri_explain - • Use fuzzy search for typo tolerance
- • Combine tools for comprehensive analysis: search → get_document → find_related
- • Filter by docType (specification, whitepaper, etc.) for targeted results
- • Use keri_gleif_context for official GLEIF best practices
Related Servers
My First MCP
A Model Context Protocol server implemented in Node.js with Docker support.
GraphQL MCP Server
A strongly-typed MCP server that provides seamless access to any GraphQL API.
MCP Create Server
A service for dynamically creating, running, and managing Model Context Protocol (MCP) servers.
NodeMCU MCP
An MCP service for managing NodeMCU (ESP8266) IoT devices.
Safe File MCP
A test server demonstrating all features of the MCP protocol, including prompts, tools, resources, and sampling.
Console Automation
Production-ready MCP server for AI-driven console automation and monitoring. 40+ tools for session management, SSH, testing, and background jobs.
Replicate Minimax Image-01
Generate images using the minimax/image-01 model on Replicate.
XCF Xcode MCP Server
A Swift-based MCP server that integrates with Xcode to enhance AI development workflows.
Contract Inspector
Retrieve on-chain information for EVM contracts locally using an Ethereum RPC node and Etherscan API.
Alpaca MCP Server
Interact with Alpaca's Trading API for stocks, options, portfolios, and real-time market data using LLMs.