permission-aware-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_fileA | Read a UTF-8 text file from the data directory. (Risk: LOW) |
| write_fileA | Write content to a file in the data directory. (Risk: MEDIUM) Modifies data; requires human approval unless policy allows it. |
| delete_fileA | Delete a file from the data directory. (Risk: HIGH) Destructive; requires explicit human approval. |
| execute_commandA | Execute a system command (SIMULATED). (Risk: CRITICAL) Denied by default. Never runs a real subprocess. |
| approve_operationA | Approve and execute a pending This is the ONLY way an |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| security_review | Generate a security-review prompt for an operation. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_audit_log | The structured audit log (human-readable rendering). |
| get_permissions_config | The current permission policy as JSON. |
Latest Blog Posts
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/TanvirIslam-BD/permission-aware-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server