MCP.so
登录
K

Keycloak Documentation

@chenhunghan

关于 Keycloak Documentation

MCP sever for fetching latest Keyclaok documentation in LLM friendly format

基本信息

分类

记忆与知识

传输方式

stdio

发布者

chenhunghan

提交者

Henry Chen

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "keycloak-documentation": {
      "command": "keycloak-doc-mcp",
      "args": [],
      "env": {}
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Keycloak Documentation?

An MCP server that fetches the latest Keycloak documentation in an LLM-friendly format, making it accessible to AI assistants and development tools.

How to use Keycloak Documentation?

Install globally via npm (npm install -g keycloak-doc-mcp) and configure the MCP client (e.g., in an MCP settings JSON file) to use the keycloak-doc-mcp command.

Key features of Keycloak Documentation

  • Fetches the latest Keycloak documentation.
  • Delivers content in LLM-friendly format.
  • Simple global npm installation.
  • Configured via standard MCP settings JSON.

Use cases of Keycloak Documentation

  • Providing an AI assistant with up-to-date Keycloak documentation.
  • Enabling code generation tools to reference Keycloak APIs and configurations.
  • Integrating Keycloak docs into an intelligent IDE plugin or chat interface.

FAQ from Keycloak Documentation

What does this MCP server do?

It retrieves the latest Keycloak documentation and formats it for consumption by large language models (LLMs).

How do I install it?

Run npm install -g keycloak-doc-mcp in your terminal.

How do I configure it for my MCP client?

Add an entry under mcpServers in your MCP settings JSON, using the command keycloak-doc-mcp with an empty args array.

Does this server require any runtime dependencies?

No additional runtime dependencies beyond Node.js and npm are mentioned in the README.

Where does the documentation data come from?

The README does not specify the source; it simply states it fetches “latest Keycloak documentation.”

评论

记忆与知识 分类下的更多 MCP 服务器