Description
AIM Guard MCP server by AIM-Intelligence provides security and protection capabilities for MCP implementations and AI chatting workflows, built with TypeScript using the Model Context Protocol SDK and Zod for validation. The implementation focuses on guarding and protecting MCP servers from potential security threats or data extraction attempts, offering a layer of security middleware that can be integrated into existing MCP architectures. Designed for organizations and developers who need to secure their MCP deployments against unauthorized access, data leakage, or malicious interactions, particularly useful in enterprise environments where AI assistants handle sensitive information or require controlled access to system resources.
Installation
npx -y aim-guard-mcp npm install aim-guard-mcp git clone https://github.com/aim-intelligence/aim-mcp Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"aim-guard": {
"command": "npx",
"args": [
"-y",
"aim-guard-mcp"
]
}
}
}