🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@varosity/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@varosity/mcp-server - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+8
-1
package.json
{
"name": "@varosity/mcp-server",
"version": "0.1.0",
"version": "0.1.1",
"mcpName": "io.github.jonkludt/varosity",
"description": "MCP server for Varosity AI — stdio transport, proxies to varosity.ai/api/mcp",
"license": "MIT",
"homepage": "https://varosity.ai",
"repository": {
"type": "git",
"url": "https://github.com/jonkludt/varosity-ai.git",
"directory": "packages/mcp-server"
},
"type": "module",

@@ -7,0 +14,0 @@ "bin": {

+6
-4

@@ -5,3 +5,3 @@ # `@varosity/mcp-server`

Under the hood it proxies every JSON-RPC call to `${VAROSITY_API_BASE}/api/mcp` over HTTPS with your `vsk_live_...` bearer token. Zero runtime deps.
Under the hood it proxies every JSON-RPC call to `${VAROSITY_API_BASE}/api/mcp` over HTTPS with your `vsk_...` bearer token. Zero runtime deps.

@@ -19,3 +19,3 @@ ## Claude Desktop

"env": {
"VAROSITY_API_KEY": "vsk_live_..."
"VAROSITY_API_KEY": "vsk_..."
}

@@ -27,3 +27,3 @@ }

Issue a `vsk_live_...` token at [varosity.ai/app/keys/api-keys](https://varosity.ai/app/keys/api-keys). Restart Claude Desktop.
Issue a `vsk_...` token at [varosity.ai/app/keys/api-keys](https://varosity.ai/app/keys/api-keys). Restart Claude Desktop.

@@ -56,3 +56,3 @@ ## Cursor / Cowork / Continue

"headers": {
"Authorization": "Bearer vsk_live_..."
"Authorization": "Bearer vsk_..."
}

@@ -77,1 +77,3 @@ }

```
For MCP Registry and Smithery listing steps, see [REGISTRY.md](./REGISTRY.md) and [SMITHERY.md](./SMITHERY.md).