File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Security Policy
2+
3+ ## Security Considerations
4+
5+ This project implements an MCP (Model Context Protocol) server. Please be aware that:
6+
7+ - MCP servers inherently expose system capabilities to connected clients
8+ - The security model depends on trust between the MCP client and server
9+ - This server grants access to InfluxDB and database contents
10+
11+ ## Responsible Use
12+
13+ ⚠️ ** Important** : This software is provided as-is. Users are responsible for:
14+
15+ - Understanding what capabilities this MCP server exposes
16+ - Ensuring they trust the MCP clients connecting to this server
17+ - Implementing appropriate network-level security measures
18+ - Reviewing and understanding the code before deployment
19+
20+ ## Reporting Security Issues
21+
22+ InfluxData takes security and our users' trust seriously.
23+ If you discover a security vulnerability specific to our implementation (not inherent MCP limitations),
24+ please responsibly disclose it by contacting security@influxdata.com .
25+ More details about security vulnerability reporting can be found on the InfluxData:
26+ [ How to Report Vulnerabilities] ( https://www.influxdata.com/how-to-report-security-vulnerabilities/ ) page.
27+
28+
29+ ## Best Practices
30+
31+ When deploying this MCP server:
32+ - Only run on the same device as your trusted Agent
33+ - Review the permissions and capabilities exposed
You can’t perform that action at this time.
0 commit comments