Neuronto is an Agentic Resource Discovery (ARD) registry. Connected to Continue, it lets the agent find the MCP servers, skills, agents and APIs that can do a task, searching this index and every other public ARD registry at once rather than a single catalogue.

No account, no key, no signup.

How to add Neuronto to Continue

.continue/mcpServers/neuronto.yaml
name: Neuronto
version: 0.0.1
schema: v1
mcpServers:
  - name: Neuronto
    type: streamable-http
    url: https://neuronto.com/mcp

One file per server, in the .continue/mcpServers folder of your workspace.

What is different about Continue

Continue is the only client here configured in YAML rather than JSON, and it wants the transport spelled streamable-http with a hyphen. MCP tools are available in agent mode only, so if the server connects and no tools appear, check the mode before checking the config.

Client documentation: https://docs.continue.dev/customize/deep-dives/mcp

What you get back

Ranked matches with the endpoint to connect to, which registries carried each one, and what was verified by fetching it: whether the endpoint answered, and the tools its own tools/list returned. The score is semantic relevance only and is never a trust or safety rating.

The endpoint is POST only and answers 405 to GET, because every tool answers inside the request that asked. Full reference at /api-docs; privacy covers what is stored, which for a keyed search is nothing.

Another client

All of them on one page: /connect.