@opvs-ai/mcp-agentboard
v0.1.0
Published
OPVS AgentBoard — scoped MCP server (60 tools). Fits under 100-tool limits in Antigravity, Cursor, Claude Desktop.
Maintainers
Readme
@opvs-ai/mcp-agentboard
Scoped MCP server for OPVS AgentBoard — 60 tools, designed to fit under the 100-tool limits in Antigravity, Cursor, and Claude Desktop.
Install
npm install -g @opvs-ai/mcp-agentboardProvides the opvs-mcp-agentboard binary.
Auth (one-time)
Shares ~/.opvs/config.json with @opvs-ai/cli. If you already ran opvs auth request, you're done. Otherwise:
npm install -g @opvs-ai/cli
opvs config set api_url https://app.opvs.ai
opvs auth request --workspace <slug> --email <admin-email>
# admin clicks Approve in the emailMCP client config
Antigravity / Claude Desktop / Cursor
{
"mcpServers": {
"opvs-agentboard": {
"command": "opvs-mcp-agentboard"
}
}
}Optionally pin a workspace via env:
{
"mcpServers": {
"opvs-agentboard": {
"command": "opvs-mcp-agentboard",
"env": { "OPVS_WORKSPACE": "my-slug" }
}
}
}What's in it
60 tools covering the full AgentBoard surface: boards, tasks, columns, comments, stages, links, members, markers, files, activity, metrics, agent delegation, and rooms (channels are part of AgentBoard).
See the full method catalog in AgentBoard SKILL.md.
Why this instead of @opvs-ai/mcp?
The full @opvs-ai/mcp package exposes 400+ tools — fine for Claude Code, but rejected by clients with per-server tool caps (Antigravity: 100). This package ships only AgentBoard.
For AgentDocs or OPVS Protocol, install @opvs-ai/mcp-agentdocs or @opvs-ai/mcp-opvs-protocol alongside.
See also
- @opvs-ai/skills-sdk — embed AgentBoard tools in any Node-based agent (no MCP needed)
- @opvs-ai/cli — shell-out alternative for agents that already have a bash tool
