Memory MCP Server
Persistent memory using a knowledge graph
Nooxus Edge Data MCP: Search AI-verified Chinese manufacturers, eliminate B2B hallucinations.
{
"mcpServers": {
"io-github-robertglools-nooxus-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Nooxus Edge Data MCP: Search AI-verified Chinese manufacturers, eliminate B2B hallucinations.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.robertglools/nooxus-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Nooxus-MCP is the official bridge connecting AI models (such as Claude, Gemini, Cursor, and Cherry Studio) to real-time, verified global supply chain data. Built on the Model Context Protocol (MCP), it completely eliminates B2B trade hallucinations by providing LLMs with granular factory capability profiles, manufacturing process details, and ISO/FDA certification statuses.
CNC AND Assembly).The recommended way to run the server is via uvx. If no NOOXUS_API_KEY is provided, the system automatically falls back to the Global Public Trial Key.
Use the official inspector to visualize and test tools in your browser:
npx @modelcontextprotocol/inspector uvx --refresh nooxus-mcp
Add the following JSON to your MCP server configuration:
{
"mcpServers": {
"Nooxus-Global": {
"command": "uvx",
"args": ["--refresh", "nooxus-mcp"],
"env": {
"NOOXUS_API_KEY": ""
}
}
}
}
Based on real-world deployment experience on macOS and multi-language environments, here are the solutions to common issues:
realpathIssue: realpath: command not found or ENOENT error.
Cause: macOS (e.g., Monterey) does not include the standard Linux realpath utility by default.
Solution:
brew install coreutils
# Inject into PATH (Recommended to add this to your ~/.zshrc)
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
Issue: Client shows Internal Server Error (500) or Invalid JSON: EOF.
Cause: Non-JSON logs were printed to stdout, interfering with the MCP data channel.
Solution: Nooxus-MCP V0.1.2+ forces all logs to stderr. Ensure you are using the latest version:
uvx --refresh nooxus-mcp
To generate a local log file mcp-logs.txt for deep troubleshooting, enable the Debug switch:
NOOXUS_DEBUG=true uvx nooxus-mcp
search_manufacturing_entities(query) Scan the Nooxus Global Verified Entities database using natural language or keywords.
Example: "Find authentic CNC machining factories in the Yangtze River Delta."
get_enterprise_details(noo_id) Retrieve the full JSON verification profile using a unique NOO-ID. The AI is instructed to render this as a professional Markdown audit report.
generate_auto_rfq(company_name, items) Draft a standardized Request for Quotation (RFQ) for selected suppliers and generate a secure payment link via SmartGSC.
This project is licensed under the MIT License. < mcp-name: io.github.Nooxus-AI/nooxus-mcp -->