@vengtoo/mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@vengtoo/mcp-servercheck if user alice can view document 123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@vengtoo/mcp-server
Early access —
0.xreleases may have breaking changes. Pin your version if stability matters.
Manage your Vengtoo authorization model and check access through any MCP-compatible AI tool.
Exposes your Vengtoo tenant as MCP tools — create resource types, subjects, roles, and policies; assign them; and check authorization decisions — all from a conversation.
Install
Add to your MCP client config (Claude Code, Cursor, Windsurf, Cline, or any MCP-compatible tool):
{
"mcpServers": {
"vengtoo": {
"command": "npx",
"args": ["@vengtoo/mcp-server"],
"env": {
"VENGTOO_API_KEY": "azx_..."
}
}
}
}Or with OAuth2 client credentials:
{
"mcpServers": {
"vengtoo": {
"command": "npx",
"args": ["@vengtoo/mcp-server"],
"env": {
"VENGTOO_CLIENT_ID": "client_...",
"VENGTOO_CLIENT_SECRET": "azx_cs_..."
}
}
}
}Claude Code shortcut:
claude mcp add vengtoo -e VENGTOO_API_KEY=azx_... -- npx @vengtoo/mcp-serverRelated MCP server: GCP MCP Server
Local build (development)
npm install
npm run build
node dist/index.jsPoint at a local agent instead of cloud:
"env": {
"VENGTOO_API_KEY": "azx_...",
"VENGTOO_BASE_URL": "http://localhost:8181"
}Tools
Tool | What it does |
| Namespace management |
| Resource type management |
| Resource management |
| Subject management |
| Role membership |
| Role management |
| Policy management |
| Policy assignment (with optional |
| Evaluate whether a subject can perform an action on a resource |
Environment variables
Variable | Required | Description |
| One of these two | API key starting with |
| One of these two | OAuth2 client credentials |
| No | Override API base URL. Default: |
Docs
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vengtoo/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server