@opvs-ai/mcp-auth
v0.1.0
Published
OPVS auth — scoped MCP server (11 tools). User profile + PAT management + workspace signup
Downloads
16
Maintainers
Readme
@opvs-ai/mcp-auth
Scoped MCP server for OPVS Auth — 11 tools for user profile, PAT (personal access token) management, and workspace signup flows.
Install
npm install -g @opvs-ai/mcp-authAuth
Most tools require auth (from ~/.opvs/config.json, shared with @opvs-ai/cli). The PAT request tools (requestAccess, requestAccessByEmail, checkAccessStatus) are unauthenticated — they're the bootstrap path for getting a token.
MCP client config
{
"mcpServers": {
"opvs-auth": {
"command": "opvs-mcp-auth"
}
}
}What's in it
11 tools covering the auth surface for external OPVS integrations:
- PAT request flow:
requestAccess,requestAccessByEmail,checkAccessStatus(no auth needed) - Profile:
getMe,updateProfile,uploadProfilePhoto,removeProfilePhoto - Signup:
completeSignup,signupWithInvite,acceptInvite - OAuth:
getConnectors
All self-scoped — can only see/edit the current user, never other users or cross-tenant data.
See Auth SKILL.md.
