Loading vLEI.wiki
Fetching knowledge base...
Fetching knowledge base...
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.
Enter your email to receive an API key for accessing the MCP gateway. You'll get a confirmation email with your key after subscribing.
By submitting, you'll be subscribed to occasional updates about vLEI.wiki. You can unsubscribe anytime - your API key will continue working.
Use the vLEI.wiki knowledge base in Claude.ai on web and mobile through Custom Connectors.
✨ Works everywhere: Use Claude with vLEI.wiki knowledge on desktop, web, and mobile apps!
KERI vLEI wiki knowledgebaseOnce configured, this connector works across all Claude platforms:
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 })Get comprehensive explanations of KERI/vLEI concepts with support for multiple concepts and depth control
keri_explain({ concept: 'KERI, ACDC, witness', depth: 'technical' })Check this first! Complete concept catalog listing all available concepts with aliases and metadata
await mcp.readResource('keri://concepts')Extract relevant excerpts from GLEIF's official vLEI training context for authoritative best practices
keri_gleif_context({ term: 'QVI', contextSize: 50 })Retrieve complete document content for deep analysis beyond search excerpts
keri_get_document({ path: 'docs/KERI_WP_2.x.web.md' })Find documents with similar topics for comprehensive research
keri_find_related({ topics: ['KERI', 'rotation'], minSharedTopics: 2 })Generate concept relationship data for mermaid charts and graph visualizations
keri_concepts_graph({ query: 'KERI, ACDC, witness', limit: 20 })keri://concepts resource before using keri_explain