Stats
Actions
Tags
From vs-token-safer
Runs a custom local Node.js MCP server that exposes search-related tools and capabilities. The specific search service or API is not identifiable from the configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"vs-search": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/index.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub jsungmin/vs-token-safer --plugin vs-token-safer