nodus-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nodus-mcpWhat tools are available in the Research Workbench?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 testSet 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.
This server cannot be installed
Maintenance
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
- Alicense-qualityAmaintenanceProvides a secure, token-authenticated command execution tool over MCP Streamable HTTP, with a default-deny allowlist and shell metacharacter rejection.Last updated18Apache 2.0
- Alicense-qualityCmaintenanceLifts local stdio MCP servers into remote Streamable HTTP endpoints for cloud-hosted AI clients, with bearer-token auth and tool policy filtering.Last updated16MIT
- AlicenseAqualityAmaintenanceA 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 updated4043417MIT
- Alicense-qualityCmaintenanceExposes 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 updatedMIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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