Britive Server
БесплатноНе проверенEnables AI agents and users to interact with the Britive platform for dynamic access, query configurations, reporting, and access activity.
Описание
Enables AI agents and users to interact with the Britive platform for dynamic access, query configurations, reporting, and access activity.
README
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
Setting up the Britive MCP Server
- Clone the GitHub repository that has the MCP server.
git clone https://github.com/britive/mcp-server.git
- Change directory to
mcp-server
cd mcp-server
- Create 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.txt
Configuring 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:
command |
Full path to the Python executable |
args |
Full path to the britive_mcp_tools\core\mcp_runner.py module. |
PYTHONPATH |
Set the Python path to the mcp-server directory (repository) |
BRITIVE_TENANT |
Your tenant on Britive. This tenant name must match the name used in the PyBritive CLI |
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:
command |
Full path to the Python executable |
args |
Full path to the britive_mcp_tools\core\mcp_runner.py module. |
PYTHONPATH |
Set the Python path to the mcp-server directory (repository) |
BRITIVE_TENANT |
Your tenant on Britive. Do not use the entire FQDN for the subdomain. For example, for
https://super-customer.test.aws.britive-corp.com, use
super-customer.test.aws as a tenant subdomain.
|
BRITIVE_STATIC_TOKEN |
Static token created in the previous step |
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:
BRITIVE_EMAIL |
The Britive email of the person you want the MCP server to impersonate |
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
Установка Britive Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/britive/mcp-serverFAQ
Britive Server MCP бесплатный?
Да, Britive Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Britive Server?
Нет, Britive Server работает без API-ключей и переменных окружения.
Britive Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Britive Server в Claude Desktop, Claude Code или Cursor?
Открой Britive Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Britive Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
