irq-freeipa-mcp
Click on "Install 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., "@irq-freeipa-mcpadd user jsmith to group developers"
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.
irq-freeipa-mcp
MCP server for FreeIPA identity management. Provides 36 tools for managing users, groups, sudo rules, HBAC rules, certificates, hosts, and SSSD cache.
Setup
npm install
npm run buildConfigure credentials:
cp config.yaml.example config.yaml # non-sensitive settings
cp .env.example .env # passwords (required)Passwords must be set via environment variables in .env — they are ignored if placed in config.yaml.
Related MCP server: ActiveDirectoryMCP
MCP Configuration
{
"mcpServers": {
"irq-freeipa": {
"command": "node",
"args": ["/path/to/irq-freeipa-mcp/build/index.js"]
}
}
}Tools
Category | Tools | Examples |
User Management |
| Search, create, inspect users |
Group Management |
| Manage group membership |
Sudo Rules |
| Create and configure sudo policies |
HBAC Rules |
| Host-based access control |
Certificates |
| Service principals and TLS certs |
Hosts |
| Manage FreeIPA hosts |
SSSD Cache |
| Remote cache management via SSH |
Utility |
| Connection testing |
All tools include descriptive inputSchema definitions — your MCP client will display parameter docs automatically.
Configuration Reference
config.yaml — non-sensitive settings (server hostnames, timeouts, SSSD domain/timeouts).
.env — credentials only:
FREEIPA_PASSWORD=your-freeipa-password
SSH_PASSWORD=your-ssh-passwordEnvironment variables override config.yaml. See config.yaml.example and .env.example for all options.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables management of FreeIPA resources including user groups, host groups, HBAC, and sudo rules via the FreeIPA JSON-RPC API. It provides comprehensive tools for automating access control and infrastructure provisioning in FreeIPA-managed environments.
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for managing Active Directory environments through LDAP, enabling user, group, computer, and OU management, as well as security auditing and policy compliance checks.40MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for managing Pocket ID instances, providing 57 tools for user management, OIDC client configuration, group management, audit logs, and more.2
- FlicenseNot gradedqualityCmaintenanceMCP server for FreeIPA / Red Hat IdM — user, group, host, DNS, HBAC, and sudo management via the Model Context Protocol.1
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for network documentation, generated by doc2mcp.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/toddbartholow/irq-freeipa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server