Skip to content

Resource: Clarvia AEO Scanner — check quality of MCP servers you use in Neovim #281

@digitamaz

Description

@digitamaz

Clarvia for mcphub.nvim users

mcphub.nvim lets you manage MCP servers in Neovim. Clarvia helps you evaluate the quality of those servers.

What Clarvia checks

For any MCP server you're considering adding to your Neovim setup:

  • Is it listed in major registries (Smithery, Glama, PulseMCP)?
  • Are tool descriptions well-structured for your AI assistant?
  • Does it have proper metadata for agent discovery?
  • What's the reliability track record?

Usage

# Quick check from terminal
npx -y clarvia-mcp-server
# Then ask: "What is the AEO score for [server-name]?"

# Or via API
curl 'https://clarvia-api.onrender.com/v1/score?name=mcphub.nvim'

Add Clarvia to your mcphub.nvim config

require('mcphub').setup({
  servers = {
    clarvia = {
      command = 'npx',
      args = { '-y', 'clarvia-mcp-server' },
    }
  }
})
-- Now Clarvia tools are available in your Neovim AI workflows

Full list of Clarvia tools: https://clarvia.art | npm: clarvia-mcp-server

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions