brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.raditotev/agent-auth · v0.1.1
Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.
AgentAuth 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"agent-auth": {
"command": "uvx",
"args": [
"agentauth-mcp-server"
],
"env": {
"AGENTAUTH_URL": "<AGENTAUTH_URL>"
}
}
}
}AGENTAUTH_URL必填Base URL of the AgentAuth service (e.g. https://agentauth.radi.pro or http://localhost:8000 for self-hosted)
AGENTAUTH_API_KEY可选secretDefault API key for the authenticate tool. Optional — can also be passed per call.
{
"id": "io.github.raditotev/agent-auth",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "AgentAuth",
"description": "Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.",
"repository": {
"url": "https://github.com/radi-totev/agent-auth",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "agentauth-mcp-server",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "AGENTAUTH_URL",
"description": "Base URL of the AgentAuth service (e.g. https://agentauth.radi.pro or http://localhost:8000 for self-hosted)",
"isRequired": true
},
{
"name": "AGENTAUTH_API_KEY",
"description": "Default API key for the authenticate tool. Optional — can also be passed per call.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.raditotev/agent-auth",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.raditotev%2Fagent-auth/versions/latest",
"isOfficial": true,
"status": "active"
}
}