Elnora MCP Server

Connect AI agents to the Elnora bioprotocol optimization platform via the Model Context Protocol.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 3 · #149 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Elnora MCP Server

Claude Code

claude mcp add elnora-ai-elnora-mcp-server --transport http https://mcp.elnora.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "elnora-ai-elnora-mcp-server": {
      "url": "https://mcp.elnora.ai/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.elnora.ai/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 local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.elnora.ai

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

npm package @elnora-ai/mcp-server - published under the repo owner's npm scope (@elnora-ai)

registry namespace io.github.Elnora-AI is GitHub-verified and matches the repo owner

03 · What Elnora MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

mcp-server-v1.7.4 · 2026-08-24

1.7.4 (2026-08-24) · bump 2 dependencies

mcp-server-v1.7.3 · 2026-08-19

1.7.3 (2026-08-19) · bump 2 dependencies

mcp-server-v1.7.2 · 2026-07-26

1.7.2 (2026-07-26) · bump @hono/node-server from 1.19.13 to 2.0.12

04 · Who maintains Elnora MCP Server

Elnora MCP Server is maintained by elnora-ai. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
other - ranked #149 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.Elnora-AI/elnora-mcp-server (active, first published 2026-03-03)
packages
npm:@elnora-ai/mcp-server

06 · Elnora MCP Server FAQ

What is Elnora MCP Server?

Connect AI agents to the Elnora bioprotocol optimization platform via the Model Context Protocol.

Is Elnora MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Elnora MCP Server?

Run `npx -y @elnora-ai/mcp-server`. You can also paste the ready-made client config above.

Does Elnora MCP Server require authentication?

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

07 · Alternatives to Elnora MCP Server