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:

  1. Copy the command above
  2. Run it in your terminal
  3. Restart Claude Code if it's running
  4. 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