MCP Server
Active
MIT
io.github.rijul170/falcon-mcp MCP Server
io.github.rijul170/falcon-mcp
What is the io.github.rijul170/falcon-mcp MCP server?
Community extension of CrowdStrike falcon-mcp with near-complete Falcon API coverage
How to install io.github.rijul170/falcon-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"falcon-mcp": {
"command": "uvx",
"args": [
"falcon-mcp-extended"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"falcon-mcp": {
"command": "uvx",
"args": [
"falcon-mcp-extended"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"falcon-mcp": {
"command": "uvx",
"args": [
"falcon-mcp-extended"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"falcon-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"falcon-mcp-extended"
]
}
}
}Claude Code
claude mcp add falcon-mcp -- uvx falcon-mcp-extendedRelated MCP servers
MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows
0
View repository →Python
MIT
io.github.rijul170/qualys-mcp
Maintained
Full Qualys portal management over MCP: VMDR, PC, WAS, Cloud Agent, Container Security & more
0
View repository →Python
MIT
MCP server for Sophos Central — endpoint security, XDR/MDR, and MSSP multi-tenant ops
0
View repository →TypeScript
MIT