brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.CrowdStrike/falcon-mcp · v0.13.0
Connects AI agents with CrowdStrike Falcon for security analysis and automation.
CrowdStrike Falcon MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"falcon-mcp": {
"command": "uvx",
"args": [
"falcon-mcp"
],
"env": {
"FALCON_CLIENT_ID": "<FALCON_CLIENT_ID>",
"FALCON_CLIENT_SECRET": "<FALCON_CLIENT_SECRET>"
}
}
}
}FALCON_CLIENT_ID必填secretCrowdStrike API client ID
FALCON_CLIENT_SECRET必填secretCrowdStrike API client secret
FALCON_BASE_URL可选CrowdStrike API region URL
FALCON_MEMBER_CID可选Child CID for Flight Control (MSSP) support
FALCON_MCP_MODULES可选Comma-separated list of modules to enable
FALCON_MCP_TRANSPORT可选Transport protocol to use
FALCON_MCP_DEBUG可选Enable debug logging
FALCON_MCP_HOST可选Host to bind to for HTTP transports
FALCON_MCP_PORT可选Port to listen on for HTTP transports
FALCON_MCP_USER_AGENT_COMMENT可选Additional information to include in the User-Agent comment section
FALCON_MCP_STATELESS_HTTP可选Enable stateless HTTP mode for scalable deployments
FALCON_MCP_API_KEY可选secretAPI key for HTTP transport authentication (x-api-key header)
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.CrowdStrike/falcon-mcp",
"type": "mcp-server",
"version": "0.13.0",
"displayName": "CrowdStrike Falcon MCP Server",
"description": "Connects AI agents with CrowdStrike Falcon for security analysis and automation.",
"repository": {
"url": "https://github.com/CrowdStrike/falcon-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "falcon-mcp",
"version": "0.13.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "FALCON_CLIENT_ID",
"description": "CrowdStrike API client ID",
"isRequired": true,
"isSecret": true
},
{
"name": "FALCON_CLIENT_SECRET",
"description": "CrowdStrike API client secret",
"isRequired": true,
"isSecret": true
},
{
"name": "FALCON_BASE_URL",
"description": "CrowdStrike API region URL"
},
{
"name": "FALCON_MEMBER_CID",
"description": "Child CID for Flight Control (MSSP) support"
},
{
"name": "FALCON_MCP_MODULES",
"description": "Comma-separated list of modules to enable"
},
{
"name": "FALCON_MCP_TRANSPORT",
"description": "Transport protocol to use"
},
{
"name": "FALCON_MCP_DEBUG",
"description": "Enable debug logging"
},
{
"name": "FALCON_MCP_HOST",
"description": "Host to bind to for HTTP transports"
},
{
"name": "FALCON_MCP_PORT",
"description": "Port to listen on for HTTP transports"
},
{
"name": "FALCON_MCP_USER_AGENT_COMMENT",
"description": "Additional information to include in the User-Agent comment section"
},
{
"name": "FALCON_MCP_STATELESS_HTTP",
"description": "Enable stateless HTTP mode for scalable deployments"
},
{
"name": "FALCON_MCP_API_KEY",
"description": "API key for HTTP transport authentication (x-api-key header)",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.CrowdStrike/falcon-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.CrowdStrike%2Ffalcon-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}