S
Seclai MCP
by @seclai
Connect AI coding tools to Seclai via Model Context Protocol (MCP) — manage agents, knowledge bases, and content sources from Claude, Cursor, Windsurf, and more
Created 2/19/2026
Updated about 21 hours ago
README
Repository documentation and setup instructions
seclai-mcp
Connect AI coding tools to Seclai via Model Context Protocol (MCP) — manage agents, knowledge bases, and content sources from Claude, Cursor, Windsurf, and more
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/seclai/seclai-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"seclai-seclai-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/seclai/seclai-mcp"
]
}
}
}