-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
35 lines (29 loc) · 948 Bytes
/
.env.example
File metadata and controls
35 lines (29 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Cobalt Strike MCP Server Environment Configuration
# Copy this file to .env and customize for your environment
# Cobalt Strike API Configuration
CS_API_BASE_URL=https://localhost:50443
# CS_API_SPEC_URL=/v3/api-docs
# CS_API_LOGIN_PATH=/api/auth/login
CS_API_USERNAME=resp_api_user
CS_API_PASSWORD=CobaltStrikePassword
# CS_API_DURATION_MS=86400000
# CS_API_HTTP_TIMEOUT=30.0
CS_API_VERIFY_TLS=false
# MCP Server Configuration
# MCP_TRANSPORT=http
# MCP_LISTEN_HOST=127.0.0.1
# MCP_LISTEN_PORT=3000
# MCP_LISTEN_PATH=/mcp
# MCP_SERVER_NAME=Cobalt Strike MCP
# MCP_LOG_LEVEL=INFO
# Advanced Configuration
# FASTMCP_EXPERIMENTAL_ENABLE_NEW_OPENAPI_PARSER=true
# LOG_LEVEL=INFO
# Example: For Claude Desktop with stdio transport
# MCP_TRANSPORT=stdio
# Example: For production with TLS verification
# CS_API_VERIFY_TLS=true
# CS_API_BASE_URL=https://teamserver.company.com:50443
# Example: For debugging
# LOG_LEVEL=DEBUG
# MCP_LOG_LEVEL=DEBUG