opencti-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENCTI_URL | No | OpenCTI instance URL (use https:// for remote) | http://localhost:8080 |
| OPENCTI_TOKEN | Yes | API token (required) | |
| OPENCTI_TIMEOUT | No | Request timeout in seconds | 60 |
| OPENCTI_READ_ONLY | No | Disable write operations | true |
| OPENCTI_LOG_FORMAT | No | Log format: json or text | json |
| OPENCTI_SSL_VERIFY | No | Verify SSL certificates (set false for self-signed) | true |
| FF_NEGATIVE_CACHING | No | Cache not found results | true |
| FF_RESPONSE_CACHING | No | Cache search results (reduces API calls) | false |
| OPENCTI_MAX_RESULTS | No | Maximum results per query | 100 |
| OPENCTI_MAX_RETRIES | No | Retry attempts for failures | 3 |
| OPENCTI_RETRY_DELAY | No | Initial retry delay (seconds) | 1.0 |
| FF_STARTUP_VALIDATION | No | Test API connectivity on server start | true |
| FF_GRACEFUL_DEGRADATION | No | Return cached results when service unavailable | true |
| OPENCTI_CIRCUIT_TIMEOUT | No | Seconds before circuit recovery | 60 |
| OPENCTI_RETRY_MAX_DELAY | No | Maximum retry delay (seconds) | 30.0 |
| OPENCTI_CIRCUIT_THRESHOLD | No | Failures before circuit opens | 5 |
| OPENCTI_EXTRA_PATTERN_TYPES | No | Custom pattern types (comma-separated) | |
| OPENCTI_EXTRA_OBSERVABLE_TYPES | No | Custom observable types (comma-separated) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scriptedstatement/opencti-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server