
ProxVanta
Wire ProxVanta AI teams, contexts, workflows, and tools into your coding agent through hosted MCP.
Overview
io.github.carhaix/proxvanta is a MCP server for the Build phase that exposes ProxVanta AI teams, contexts, workflows, and tools to agents over HTTP.
What is this MCP server?
- Remote streamable-http MCP at https://api.proxvanta.com/mcp (v0.2.0)
- Bearer token via OAuth or exported ProxVanta organization API key on Authorization
- Access teams, contexts, workflows, tools, and broader ProxVanta AI setup from agents
- Parallels Oi MCP pattern—hosted endpoint, no stdio package in registry
- ProxVanta documentation for what-is-proxvanta-mcp onboarding
- Registry version 0.2.0
- Remote endpoint https://api.proxvanta.com/mcp with required Authorization bearer
- GitHub repository https://github.com/carhaix/proxvanta-mcp
Community signal: 1 GitHub stars.
What problem does it solve?
Coding agents cannot see ProxVanta workflow and team context, so you re-type organization state every time you ship a feature.
Who is it for?
Indie builders anchored on ProxVanta AI who want MCP-native access from Claude Code or Cursor during active development.
Skip if: Users without ProxVanta credentials or projects that only need local git-based skills without a hosted AI ops plane.
What do I get? / Deliverables
With the ProxVanta remote MCP and Bearer auth configured, your agent operates against the same teams, contexts, workflows, and tools you use in the console.
- Agent-visible ProxVanta teams, contexts, workflows, and tools via MCP
- Reduced manual copy of platform state into coding sessions
- Integration reference from proxvanta.com MCP guide and GitHub proxvanta-mcp
Recommended MCP Servers
Journey fit
Build agent-tooling is the first journey moment you attach a hosted AI control plane to MCP clients while productizing automations. Agent-tooling matches ProxVanta’s remote MCP surface for organizational context and executable workflows rather than one-off scripts.
How it compares
Hosted ProxVanta platform MCP, not Apple local messaging or MCP specification fact-checking.
Common Questions / FAQ
Who is io.github.carhaix/proxvanta for?
Builders using ProxVanta AI who need agents to read organization teams, contexts, workflows, and tools through MCP.
When should I use io.github.carhaix/proxvanta?
Use it while building agent-tooling so implementation and automation work can call into your live ProxVanta setup instead of static copies.
How do I add io.github.carhaix/proxvanta to my agent?
Add remote MCP https://api.proxvanta.com/mcp with streamable-http transport and Authorization Bearer set to your OAuth or organization API key.