MCP Security Framework
by aself101
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_DIR | No | Directory for log files. If not set, defaults to ./logs. Use when the process may run with a non-writable working directory. | |
| TOOL_POLICIES_PATH | No | Path to a JSON file containing tool policies configuration. If not set, looks for tool-policies.json in the current working directory or ~/.config/mcp-secure-server/tool-policies.json. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| debug-calculatorB | Simple calculator for testing |
| debug-file-readerC | File reader for testing |
| debug-echoB | Echo tool for testing |
| debug-databaseC | Mock database operations using safe predefined queries |
| debug-httpB | Mock HTTP request with URL validation (whitelist pattern) |
| debug-parserC | JSON/XML parser with size limits |
| debug-imageC | Mock image processing with directory restrictions |
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
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/aself101/mcp-secure-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server