Britive MCP Server
OfficialClick on "Deploy 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., "@Britive MCP Serverrequest temporary access to AWS admin"
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.
Britive's MCP Server enables AI agents and users to interact with the Britive platform. Britive's MCP server exposes several tools that enable users and AI agents to interact with the Britive platform for dynamic access, query configurations, reporting, and access activity.
To learn more about MCPs, see Get Started with MCP.
Prerequisites
Python version 3.10 or higher. Python downloads.
Ensure you have the latest version of Git installed and access to the repository. Download git from the Git downloads.
Any MCP client. For example: Claude desktop, VS Code Copilot
Related MCP server: OSDU MCP Server
Setting up the Britive MCP Server
Clone the GitHub repository that has the MCP server.
git clone https://github.com/britive/mcp-server.gitChange directory to
mcp-server
cd mcp-serverCreate a virtual environment
python -m venv <virtual_env_name>Activate the virtual environment
Windows
<virtual_env_name>\Scripts\activateLinux
source <virtual_env_name>/bin/activate
Install Python packages (dependencies)
pip install -r requirements.txtConfiguring your MCP client and Authentication:
Authentication to the Britive platform can be performed using the Britive CLI or a Static Token
Option 1: CLI login using PyBritive (Recommended):
Install the PyBritive CLI if not installed. For more information, see PyBritive Documentation
Configure the tenant, if you have not configured it already, using the following command. To find out more about how to enter the tenant name, see PyBritive: Tenant selection logic:
pybritive configure tenantLog in to PyBritive:
pybritive loginLog in using the following command if you have multiple tenants:
pybritive login --tenant=<your_tenant_name>Log in directs you to the Britive login page, where you can enter your credentials.
Modify your MCP JSON file to configure the Britive MCP.
Note:
For Windows, use backslash (\\).
For macOS/Linux, use a forward slash (/) in the path.
{
"servers": {
"britive": {
"command": "C:\\Users\\YourName\\mcp-server\\venv\\Scripts\\python.exe",
"args": [
"C:\\Users\\YourName\\mcp-server\\britive_mcp_tools\\core\\mcp_runner.py"
],
"env": {
"PYTHONPATH": "C:\\Users\\YourName\\mcp-server",
"BRITIVE_TENANT": "your_tenant_name"
}
}
}
}Where:
Option 2: Login using a static token:
Generate a static token from Britive UI. For more information, see API Tokens.
Copy the token to use in the MCP JSON file.
Modify your MCP JSON file to configure the Britive MCP.
Note:
For Windows, use backslash (\\).
For macOS, use a forward slash (/) in the path.
{
"servers": {
"britive": {
"command": "C:\\Users\\YourName\\mcp-server\\venv\\Scripts\\python.exe",
"args": [
"C:\\Users\\YourName\\mcp-server\\britive_mcp_tools\\core\\mcp_runner.py"
],
"env": {
"PYTHONPATH": "C:\\Users\\YourName\\mcp-server",
"BRITIVE_TENANT": "your_tenant_name",
"BRITIVE_STATIC_TOKEN": "your_static_token_here"
}
}
}
}Where:
Connect to the MCP server using a client application.
For more information, see Connect to Local MCP Servers.
Using On-Behalf-Of MCP Functionality
To use OBO MCP, you can following environment variable:
If this environment variable is set, the MCP server will assume the user intends to use OBO and will take priority over non OBO MCP functionality. The BRITIVE_STATIC_TOKEN should refer to the following service identity that the user would like to perform impersonation. Currently, not all tools are supported by OBO.
List of supported OBO tools:
my_access
This server cannot be deployed
Maintenance
Related MCP Connectors
- PriorifyOAuthapp.priorify
Agent-complete, permission-scoped product operations for Priorify workspaces.
Unified API to query AWS, GCP, Azure and generate Terraform/CLI execution kits for AI agents.
Access Oi Contexts, Workflows, Skills, Guardrails, Connections, and reporting tools.
Manage BioFlow link-in-bio pages, blocks, leads, and analytics from AI agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables management of BeyondTrust Endpoint Privilege Management (EPM) through natural language, supporting policy, computer, user, group management, file inspection, audit monitoring, and admin access requests.1-
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to interact with OSDU platform services including search, data management, and schema operations.6Apache 2.0
- AlicenseBqualityCmaintenanceEnables AI agents to directly manage Beyond Identity resources such as identities, groups, applications, SSO configurations, and credentials via natural language tool calls.365 npmApache 2.0
- FlicenseAqualityCmaintenanceProvides AI agents with programmatic access to Zscaler AI Guard, enabling autonomous management of detection policies, match rules, LLM applications, and LLM providers.291-