Server data from the Official MCP Registry
Community extension of CrowdStrike falcon-mcp with near-complete Falcon API coverage
Community extension of CrowdStrike falcon-mcp with near-complete Falcon API coverage
This is a community-maintained MCP server extension for CrowdStrike Falcon that properly uses environment variables for credentials and includes reasonable security documentation. However, there are some code quality and permission-related concerns: the server exposes 1,296 tools (many auto-generated) with minimal individual parameter validation, relies on the underlying falconpy library for auth, and includes destructive operations that require explicit opt-in but lack granular input validation. Permissions align with the stated purpose (CrowdStrike API access), but the large attack surface warrants careful scoping by administrators. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: FALCON_CLIENT_ID
Environment variable: FALCON_CLIENT_SECRET
Environment variable: FALCON_BASE_URL
Environment variable: FALCON_MEMBER_CID
Environment variable: FALCON_MCP_TRANSPORT
Environment variable: FALCON_MCP_HOST
Environment variable: FALCON_MCP_PORT
Environment variable: FALCON_MCP_MODULES
Environment variable: FALCON_MCP_ENABLE_GENERATED
Environment variable: FALCON_MCP_READONLY
Environment variable: FALCON_MCP_ALLOW_DESTRUCTIVE
Environment variable: FALCON_MCP_API_KEY
Environment variable: FALCON_MCP_STATELESS_HTTP
Environment variable: FALCON_MCP_DEBUG
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rijul170-falcon-mcp": {
"env": {
"FALCON_BASE_URL": "your-falcon-base-url-here",
"FALCON_MCP_HOST": "your-falcon-mcp-host-here",
"FALCON_MCP_PORT": "your-falcon-mcp-port-here",
"FALCON_CLIENT_ID": "your-falcon-client-id-here",
"FALCON_MCP_DEBUG": "your-falcon-mcp-debug-here",
"FALCON_MEMBER_CID": "your-falcon-member-cid-here",
"FALCON_MCP_API_KEY": "your-falcon-mcp-api-key-here",
"FALCON_MCP_MODULES": "your-falcon-mcp-modules-here",
"FALCON_MCP_READONLY": "your-falcon-mcp-readonly-here",
"FALCON_CLIENT_SECRET": "your-falcon-client-secret-here",
"FALCON_MCP_TRANSPORT": "your-falcon-mcp-transport-here",
"FALCON_MCP_STATELESS_HTTP": "your-falcon-mcp-stateless-http-here",
"FALCON_MCP_ENABLE_GENERATED": "your-falcon-mcp-enable-generated-here",
"FALCON_MCP_ALLOW_DESTRUCTIVE": "your-falcon-mcp-allow-destructive-here"
},
"args": [
"falcon-mcp-extended"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.