Koppla
@ruudmens
关于 Koppla
A Model-Context-Protocol (MCP) Server for Active Directory
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Koppla-Active-Directory": {
"command": "python",
"args": [
"-m",
"koppla.server"
],
"env": {
"AD_SERVER": "ldap://domain.com:389",
"AD_USER": "lazyadmin\\srv-account",
"AD_PASSWORD": "ENCRYPTED:PASSWORD",
"BASE_DN": "DC=lazyadmin,DC=nl",
"AD_WRITE_ENABLED": "false"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Koppla?
Koppla is a Model Context Protocol (MCP) server for Active Directory that lets you manage users, groups, and computer objects using natural language. It is designed for use with Claude Desktop or other MCP-capable AI agents.
How to use Koppla?
Install Koppla with pip install koppla, then configure it using the interactive configuration manager (koppla-config configure) or by setting environment variables manually. Add the server to the mcpServers section of your Claude Desktop configuration file. Optionally test the connection with koppla-config test.
Key features of Koppla
- Query Active Directory in natural language
- Find inactive users, locked accounts, empty groups
- Add or remove users from security groups
- Update user attributes (description, title, department)
- Password encryption using Fernet symmetric encryption
- Automatic backups of Claude Desktop configuration before changes
- Write protection disabled by default; critical accounts protected
Use cases of Koppla
- List all users inactive for 90 days
- Add a user to a specific security group
- Find all members of a department
- Show all locked-out user accounts
- Identify users in group A but not group B
FAQ from Koppla
What is Koppla?
Koppla is an MCP server that enables natural‑language management of Active Directory users, groups, and computers through AI agents like Claude Desktop.
How do I install Koppla?
Install it with pip install koppla. Python 3.7 or higher is required.
Is my Active Directory data secure?
Yes. Koppla encrypts passwords using Fernet encryption, stores the key separately, disables write operations by default, and protects critical accounts. It also creates timestamped backups before modifying configuration.
How do I enable write operations?
Set the AD_WRITE_ENABLED environment variable to "true" in your server configuration.
What AD data is sent to AI models?
All AD data you query or modify is transmitted to the AI agent for processing. Koppla itself does not store the data, but AI agents may retain conversation history under their own policies. Review your organization’s data handling requirements before use.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
评论