
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@dewtech/dare-mcp-server
Advanced tools
DARE Framework MCP Server - Model Context Protocol server for AI-assisted development
Model Context Protocol (MCP) server for DARE Framework. Provides semantic context queries to reduce token consumption by up to 90%.
npm install @dewtech/dare-mcp-server
dare-mcp-server
# or
DARE_MCP_PORT=3000 DARE_PROJECT_PATH=/path/to/project dare-mcp-server
# Instead of reading BLUEPRINT.md entirely, query only what you need
curl -X POST http://localhost:3000/context/query \
-H "Content-Type: application/json" \
-d '{"type": "architecture", "query": "authentication", "limit": 3}'
curl -X PUT http://localhost:3000/tasks/task-001 \
-H "Content-Type: application/json" \
-d '{"status": "DONE"}'
| Method | Endpoint | Description |
|---|---|---|
GET | /health | Health check |
GET | /tools | List MCP tools |
POST | /context/query | Semantic context query |
GET | /blueprint | Get BLUEPRINT.md |
GET | /dag | Get dare-dag.yaml |
GET | /tasks/:id | Get task status |
PUT | /tasks/:id | Update task status |
GET | /project | Get dare.config.json |
Add to .cursorrules:
## MCP Server
Query context via MCP instead of reading full files:
POST http://localhost:3000/context/query
{"type": "architecture", "query": "your query", "limit": 5}
This saves ~90% of tokens on context retrieval.
| Method | Tokens Used |
|---|---|
| Read full BLUEPRINT.md | ~8,000 tokens |
| MCP query (5 results) | ~400 tokens |
| Savings | ~95% |
FAQs
DARE Framework MCP Server - Model Context Protocol server for AI-assisted development
The npm package @dewtech/dare-mcp-server receives a total of 29 weekly downloads. As such, @dewtech/dare-mcp-server popularity was classified as not popular.
We found that @dewtech/dare-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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.