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.
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