We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pazuzu1w/ubuntu_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
name: Security Policy Question
about: Questions about security policies, configurations, or best practices
title: '[SECURITY] '
labels: security, question
assignees: ''
---
## Security Question Type
- [ ] Security policy configuration
- [ ] Best practices question
- [ ] Audit logging question
- [ ] Integration security question
- [ ] Performance vs security tradeoff
## Current Configuration
```json
// Paste your current security policy configuration
// Remove any sensitive paths or information
{
"security": {
"policy_name": "secure",
"allowed_paths": ["..."],
// ... etc
}
}
```
## Use Case Description
Describe what you're trying to accomplish:
## Security Requirements
What are your specific security requirements?
- [ ] Must prevent access to system files
- [ ] Must prevent command injection
- [ ] Must limit resource usage
- [ ] Must provide audit trail
- [ ] Must work in multi-user environment
- [ ] Must comply with specific regulations (please specify)
## Current Issue
What specific security challenge are you facing?
## Environment Context
- **Environment Type**: [e.g. development, staging, production]
- **User Trust Level**: [e.g. trusted developers, untrusted users, automated systems]
- **Compliance Requirements**: [e.g. SOX, HIPAA, PCI-DSS, etc.]
- **Risk Tolerance**: [e.g. high security, balanced, performance-focused]
## Proposed Changes
What changes are you considering to address your needs?
## Questions
List your specific questions:
1.
2.
3.
## Additional Context
Any additional context about your security requirements or constraints.
## Checklist
- [ ] I have read the security documentation in README.md
- [ ] I have reviewed the security policies in main.py
- [ ] I have considered starting with the most restrictive policy and relaxing as needed
- [ ] I understand this is for security policy questions, not vulnerability reports