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
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:
Usage
Add Clarvia to your mcphub.nvim config
Full list of Clarvia tools: https://clarvia.art | npm: clarvia-mcp-server