
Security News
Anthropic Identifies Biased Reasoning and Recklessness as Drivers of Claude’s PyPI Attack
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.
@dubstrata/mcp-server
Advanced tools
Lightweight Model Context Protocol (MCP) Server Proxy for the Dubstrata Agentic CDN
An ultra-lightweight, zero-dependency Model Context Protocol (MCP) server that acts as a secure local client proxy for the Dubstrata Agentic CDN and Graph RAG engine.
Instead of compiling and hosting heavyweight Python environment stacks, relational databases, vector storage indices, or Redis cache layers locally on your machine, this proxy server runs instantly via standard I/O (stdio) and forwards surgical graph requests to the live production server at https://api.dubstrata.com using your DUBSTRATA_API_KEY.
Add this to your claude_desktop_config.json file (typically located at %APPDATA%\Claude\claude_desktop_config.json on Windows or ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"dubstrata": {
"command": "npx",
"args": ["-y", "@dubstrata/mcp-server"],
"env": {
"DUBSTRATA_API_KEY": "your_api_key_here"
}
}
}
}
Dubstratacommandnpx -y @dubstrata/mcp-serverDUBSTRATA_API_KEY is loaded into your local environment variables so the shell can pick it up.Once configured, the AI agent will automatically detect and utilize the following 8 surgical tools:
ingest_knowledge – Ingests knowledge into the Graph RAG. Scrapes web URLs or accepts raw text.query_graph – Performs dense Graph RAG searches via vector similarity and graph traversal. Automatically triggers self-reflective JIT fallbacks (Wikipedia/Deep Crawls) if the context is missing.check_source_trust – Analyzes historical trust rates, fallacies, and critical security warnings/prompt injection risks of web domains.get_all_facts – Pulls all active claims and verified facts known about an entity directly from ArcadeDB.get_historical_timeline – Acts as a time machine to fetch superseded/historical versions of claims for audit trails.get_interaction_hooks – Extracts actionable developer integration next-steps linked to a document source.find_conflicts – Groups facts by source URLs to isolate direct factual contradictions or conflicts.get_entities_by_category – Finds and drills down into entities by categories (e.g., PERSON, ORGANIZATION, TECH).You can customize the proxy using the following environment variables:
| Variable | Description | Default |
|---|---|---|
DUBSTRATA_API_KEY | Required. Your authorization key to sign queries and billing usage. | None |
DUBSTRATA_API_URL | Optional domain override (e.g., for local developer environments or staging tests). | https://api.dubstrata.com |
This project is licensed under the MIT License.
FAQs
Lightweight Model Context Protocol (MCP) Server Proxy for the Dubstrata Agentic CDN
The npm package @dubstrata/mcp-server receives a total of 29 weekly downloads. As such, @dubstrata/mcp-server popularity was classified as not popular.
We found that @dubstrata/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.