AgentHubAgentHub

ProxVanta

MCP ServerMCP Registry官方收录

io.github.carhaix/proxvanta · v0.2.0

Access your ProxVanta AI setup: teams, contexts, workflows, tools, and more.

概览

ProxVanta 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "proxvanta": {
      "url": "https://api.proxvanta.com/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.carhaix/proxvanta",
  "type": "mcp-server",
  "version": "0.2.0",
  "displayName": "ProxVanta",
  "description": "Access your ProxVanta AI setup: teams, contexts, workflows, tools, and more.",
  "repository": {
    "url": "https://github.com/carhaix/proxvanta-mcp",
    "source": "github"
  },
  "homepage": "https://www.proxvanta.com/guides/what-is-proxvanta-mcp",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://api.proxvanta.com/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.carhaix/proxvanta",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.carhaix%2Fproxvanta/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ProxVanta — MCP Server 安装与配置 · AgentHub