New:Socket for Asana Is Now Available.Learn more
Get Started

@opvs-ai/mcp

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opvs-ai/mcp

OPVS MCP Server — all 6 public OPVS skills (AgentBoard, AgentDocs, AgentMemory, OPVS Protocol, Auth, Integrations) in one MCP. For clients without per-MCP tool caps (Claude Code, Cursor). Antigravity users should use the scoped @opvs-ai/mcp-<skill> packag

Source
npmnpm
Version
0.7.1
Version published
Weekly downloads
72
16.13%
Maintainers
1
Weekly downloads
 
Created
Source

@opvs-ai/mcp

All-in-one MCP server for the 6 public OPVS skills: AgentBoard, AgentDocs, AgentMemory, OPVS Protocol, Auth, Integrations. ~199 tools total (combined hand-written + generated).

For MCP clients with per-server tool caps (Antigravity = 100, some Cursor configs), use the scoped per-skill packages instead.

Install

npm install -g @opvs-ai/mcp

Provides the opvs-mcp binary.

Auth

Reads ~/.opvs/config.json, shared with @opvs-ai/cli. If you've run opvs auth request already, this MCP works immediately.

MCP client config

Claude Code

{
  "mcpServers": {
    "opvs": {
      "command": "opvs-mcp"
    }
  }
}

Claude Desktop / Cursor / Windsurf

Same shape. Restart the client after adding.

Antigravity

Don't use this package — it exceeds the 100-tool cap. Use scoped per-skill MCPs instead:

{
  "mcpServers": {
    "opvs-agentboard": { "command": "opvs-mcp-agentboard" },
    "opvs-agentdocs":  { "command": "opvs-mcp-agentdocs" }
  }
}

When to use this vs scoped

SetupPick
Claude Code / unlimited-tool client@opvs-ai/mcp (this package) — one install, every public skill
Antigravity / 100-tool capScoped @opvs-ai/mcp-<skill> packages
Embedded in a custom agent framework@opvs-ai/skills-sdk directly

License

MIT — see LICENSE.

Keywords

opvs

FAQs

Package last updated on 27 Apr 2026

Related posts