Backstory: search your data exports locally
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
io.github.mrz1880/mcp-keycloak-admin · v0.2.3
Administer Keycloak via its Admin REST API: users, roles, clients, groups, IdP, events.
Keycloak Admin 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-keycloak-admin": {
"command": "npx",
"args": [
"-y",
"mcp-keycloak-admin"
],
"env": {
"KEYCLOAK_BASE_URL": "<KEYCLOAK_BASE_URL>",
"KEYCLOAK_REALM": "<KEYCLOAK_REALM>",
"AUTH_MODE": "<AUTH_MODE>"
}
}
}
}KEYCLOAK_BASE_URL必填Base URL of the Keycloak server (no trailing slash).
KEYCLOAK_REALM必填Realm the server operates on.
AUTH_MODE必填Authentication mode: service_account or password.
KC_CLIENT_ID可选Confidential client id (service_account mode).
KC_CLIENT_SECRET可选secretClient secret (service_account mode).
KC_ADMIN_USERNAME可选Admin username (password mode).
KC_ADMIN_PASSWORD可选secretAdmin password (password mode).
KC_ADMIN_REALM可选Realm holding the admin user (password mode; default master).
READ_ONLY可选When true, write and destructive tools are not registered.
ALLOWED_REALMS可选Comma-separated allow-list of realms the server may operate on.
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
v1.30.5
com.astranl/mcp
NL coordination protocol — 1% fee, agent-native, real Dutch merchant pricing. Open brain.
v3.0.319
com.local-mcp/local-mcp
180 local tools from ChatGPT, Claude.ai & desktop AIs: Mail, iMessage, Teams, files. Local, free.
v1.37.5
io.github.zoharbabin/web-researcher-mcp
Your AI research assistant that cites real sources and stays honest
v1.31.8
io.github.vuluu2k/webcake-storefront-mcp
Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder.
v1.4.53
io.github.HrRodan/agent-workspace-mcp
A sandboxed, agentic workspace providing secure filesystem, bash, and uv-powered Python execution.
{
"id": "io.github.mrz1880/mcp-keycloak-admin",
"type": "mcp-server",
"version": "0.2.3",
"displayName": "Keycloak Admin",
"description": "Administer Keycloak via its Admin REST API: users, roles, clients, groups, IdP, events.",
"repository": {
"url": "https://github.com/mrz1880/mcp-keycloak-admin",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "mcp-keycloak-admin",
"version": "0.2.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "KEYCLOAK_BASE_URL",
"description": "Base URL of the Keycloak server (no trailing slash).",
"isRequired": true
},
{
"name": "KEYCLOAK_REALM",
"description": "Realm the server operates on.",
"isRequired": true
},
{
"name": "AUTH_MODE",
"description": "Authentication mode: service_account or password.",
"isRequired": true
},
{
"name": "KC_CLIENT_ID",
"description": "Confidential client id (service_account mode)."
},
{
"name": "KC_CLIENT_SECRET",
"description": "Client secret (service_account mode).",
"isSecret": true
},
{
"name": "KC_ADMIN_USERNAME",
"description": "Admin username (password mode)."
},
{
"name": "KC_ADMIN_PASSWORD",
"description": "Admin password (password mode).",
"isSecret": true
},
{
"name": "KC_ADMIN_REALM",
"description": "Realm holding the admin user (password mode; default master)."
},
{
"name": "READ_ONLY",
"description": "When true, write and destructive tools are not registered."
},
{
"name": "ALLOWED_REALMS",
"description": "Comma-separated allow-list of realms the server may operate on."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.mrz1880/mcp-keycloak-admin",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mrz1880%2Fmcp-keycloak-admin/versions/latest",
"isOfficial": true,
"status": "active"
}
}