Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From ava
Web search capability via a remote HTTP endpoint on localhost. The server exposes a search tool to Claude but requires no immediate secrets from the user.
npx claudepluginhub harshav167/ava --plugin avaCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ava": {
"type": "http",
"url": "http://127.0.0.1:8765/mcp"
}
}
}Server configuration and connection parameters
http://127.0.0.1:8765/mcpShare bugs, ideas, or general feedback.