← Back to Plugins
MCP Server MCP

io.github.aimnis/search

github By github 👁 1 views ▲ 0 votes

Collaborative, cache-first web search for agents — cited answers from a shared live-web pool.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://aimnis.com/mcp",
      "headers": [
        {
          "description": "Bearer aim_YOUR_KEY — get a free eval key at https://aimnis.com/register (delivered by email).",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...