
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.
LUCID MCP Server — AI code verification for Claude Code, Cursor, and Windsurf
AI code verification for Claude Code, Cursor, and Windsurf.
LUCID catches hallucinations, bugs, and security issues in AI-generated code — before they ship. It extracts implicit claims from code, verifies each one against the implementation, and reports exactly what would have gone to production without verification.
Sign up at trylucid.dev and generate a key from your dashboard.
Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"lucid": {
"command": "npx",
"args": ["-y", "lucid-mcp"],
"env": {
"LUCID_API_KEY": "lk_live_your_key_here"
}
}
}
}
Cursor (.cursor/mcp.json):
{
"mcpServers": {
"lucid": {
"command": "npx",
"args": ["-y", "lucid-mcp"],
"env": {
"LUCID_API_KEY": "lk_live_your_key_here"
}
}
}
}
Windsurf (~/.windsurf/mcp.json):
{
"mcpServers": {
"lucid": {
"command": "npx",
"args": ["-y", "lucid-mcp"],
"env": {
"LUCID_API_KEY": "lk_live_your_key_here"
}
}
}
}
Ask your AI assistant to verify code:
| Tool | Description |
|---|---|
lucid_verify | Verify a code string for hallucinations, bugs, and security issues |
lucid_verify_file | Verify a file by path (auto-detects language from extension) |
lucid_generate | Generate verified code from a task description |
lucid_health | Check API status and validate your API key |
Extracts claims from your code, verifies each one, and reports what it caught.
Parameters:
code (required) — The code to verifylanguage (optional) — Programming language (auto-detected if omitted)context (optional) — What the code should doReads a file from disk and verifies it. Supports TypeScript, JavaScript, Python, Go, Rust, Java, and more.
Parameters:
path (required) — Absolute path to the filecontext (optional) — What the code should doGenerates code with built-in verification. Synthesizes a spec, applies domain constraints, generates code, then verifies it — so you get code that's been checked before you see it.
Parameters:
task (required) — What the code should dolanguage (optional) — Target languageQuick check that the API is up and your key is valid. No parameters.
MIT
FAQs
LUCID MCP Server — AI code verification for Claude Code, Cursor, and Windsurf
The npm package lucid-mcp receives a total of 107 weekly downloads. As such, lucid-mcp popularity was classified as not popular.
We found that lucid-mcp 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.