Skip to main content
Glama

nodus-mcp

nodus-mcp is the Research Workbench's thin stdio gateway to the bearer-authenticated Streamable HTTP MCP server built into Nodus. It exposes only the architect-approved tool allowlist and contains no graph logic or graph cache.

Setup

npm install
npm run build
npm test

Set NODUS_MCP_TOKEN after enabling MCP in Nodus settings, or set NODUS_MCP_TOKEN_FILE to a JSON file containing a token field. The upstream URL defaults to http://127.0.0.1:4319/mcp and can be changed with NODUS_MCP_URL. Only plain-HTTP URLs using the exact loopback hostnames 127.0.0.1, localhost, or [::1] and the exact /mcp path are accepted. Userinfo is rejected and redirects are never followed.

The gateway mirrors schemas from upstream tools/list at runtime for only the 30 contracted tools. It does not use Nodus's separate port-4321 Zotero bridge. When Nodus MCP is disabled, nodus_gateway_health remains available and reports the exact enable step; no empty graph result is fabricated.

npm test uses an in-process mock Streamable HTTP MCP server and covers a closed port, bad bearer token, and allowlist drift.

License: MIT. See LICENSE.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    Provides a secure, token-authenticated command execution tool over MCP Streamable HTTP, with a default-deny allowlist and shell metacharacter rejection.
    Last updated
    18
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    Lifts local stdio MCP servers into remote Streamable HTTP endpoints for cloud-hosted AI clients, with bearer-token auth and tool policy filtering.
    Last updated
    16
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A zero-dependency MCP gateway: host your own tools, forward and curate tools from other MCP servers, expose them leanly to cut agent token cost, and gate every call through your own policy hooks before it runs.
    Last updated
    40
    4
    34
    17
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Exposes a verified tool registry (calculator, sandboxed file read, web fetch) over MCP stdio, enabling any MCP-capable client to reuse the same tools from the inspectable ReAct loop.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

  • Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.

  • Artifact store for AI agents. Hosted OAuth at mcp.artifacta.io/mcp; local stdio via npm/PyPI.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlaineHeffron/nodus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server