Neonia: The Cloud Backend for AI Agents MCP Server

A collection of autonomous agent examples demonstrating how to integrate the Neonia Model Context Protocol (MCP) Gateway using the official Streamable HTTP transport standard. It is available as a remote MCP endpoint.

Teams that want a hosted automation endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-06-04 · ★ 5 · #186 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Neonia: The Cloud Backend for AI Agents

before you install - you'll need

Set OPENROUTER_API_KEY, NEONIA_API_KEY before connecting.

Claude Code

claude mcp add neonia-io-agent-mcp-examples --transport http https://mcp.neonia.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "neonia-io-agent-mcp-examples": {
      "url": "https://mcp.neonia.io/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.neonia.io/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.neonia.io

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace io.neonia - domain-verified with the official MCP registry

03 · Who maintains Neonia: The Cloud Backend for AI Agents

Neonia: The Cloud Backend for AI Agents is maintained by neonia-io. It's the only MCP server we track from this author; the repo dates to Apr 2026.

04 · Facts

category
automation - ranked #186 of 194 actively-maintained automation servers as of 2026-08-25.
registry
io.neonia/cloud-backend (active, first published 2026-05-15 · 2 versions)

05 · Neonia: The Cloud Backend for AI Agents FAQ

What is Neonia: The Cloud Backend for AI Agents?

A collection of autonomous agent examples demonstrating how to integrate the Neonia Model Context Protocol (MCP) Gateway using the official Streamable HTTP transport standard. It is available as a remote MCP endpoint.

Is Neonia: The Cloud Backend for AI Agents still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-04. We re-verify nightly.

How do I install Neonia: The Cloud Backend for AI Agents?

Run `claude mcp add neonia-io-agent-mcp-examples --transport http https://mcp.neonia.io/mcp`. The README documents 2 environment variables (OPENROUTER_API_KEY, NEONIA_API_KEY) to set first. Set OPENROUTER_API_KEY, NEONIA_API_KEY before connecting. You can also paste the ready-made client config above.

Does Neonia: The Cloud Backend for AI Agents require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Neonia: The Cloud Backend for AI Agents