Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ build/
.claude/
.DS_Store
socket-mcp.dxt
socket-mcp.mcpb

coverage
*.tgz

Expand Down
2 changes: 1 addition & 1 deletion .dxtignore → .mcpbignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Dockerfile
coverage/*
test*
scripts/*
.github/*
.github/*
14 changes: 7 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dxt_version": "0.1",
"manifest_version": "0.1",
"name": "Socket",
"version": "0.0.9",
"version": "0.0.12",
"description": "Socket MCP server for scanning dependencies",
"long_description": "__Secure your code by default.__\n\nThe Socket MCP server brings powerful, real-time dependency scanning directly into Claude. Instantly audit packages from npm, PyPI, Cargo, and more—right inside your chats—with zero setup.\n\nBuilt on the Model Context Protocol (MCP), this extension automatically evaluates packages for:\n\n- Vulnerabilities and malware\n\n- Supply chain risks\n\n- Code quality and maintenance\n\n- License compliance\n\n\n\nWith a single command, Claude will return detailed security scores (0–100) across five critical dimensions—helping you make informed decisions and avoid risky dependencies before they hit production.",
"long_description": "__Secure your code by default.__\nThe Socket MCP server brings powerful, real-time dependency scanning directly into Claude. Instantly audit packages from npm, PyPI, Cargo, and more—right inside your chats—with zero setup. Built on the Model Context Protocol (MCP), this extension automatically evaluates packages for:\n - Vulnerabilities and malware\n - Supply chain risks\n - Code quality and maintenance\n - License compliance\n\n With a single command, Claude will return detailed security scores (0–100) across five critical dimensions—helping you make informed decisions and avoid risky dependencies before they hit production.",
"author": {
"name": "Alexandros Kapravelos",
"email": "alexandros@socket.dev",
"url": "https://github.com/kapravel/"
"name": "Socket",
"email": "eng@socket.dev",
"url": "https://socket.dev/"
},
"homepage": "https://github.com/SocketDev/socket-mcp",
"documentation": "https://github.com/SocketDev/socket-mcp",
"documentation": "https://github.com/SocketDev/socket-mcp?tab=readme-ov-file#socket-mcp-server",
"icon": "icon.png",
"server": {
"type": "node",
Expand Down
Loading