PII Redaction MCP Server
by aammasa
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | REST API key — all requests must include it in X-API-Key header. Unset = auth disabled | |
| REDIS_URL | No | Redis connection URL for distributed rate limiting across pods (e.g. redis://localhost:6379/0). Unset = in-memory | |
| MCP_API_KEY | No | MCP server key — agents must send Authorization: Bearer <key> or X-MCP-Key: <key>. Unset = auth disabled | |
| API_KEY_HEADER | No | Header name for REST API key (default: X-API-Key) | X-API-Key |
| AZURE_LOG_TYPE | No | Custom table name in Log Analytics (default: PIIRedactionTrace) | PIIRedactionTrace |
| ANTHROPIC_API_KEY | No | Claude API key — omit to use extractive summarization fallback | |
| AZURE_LOG_WORKSPACE_ID | No | Log Analytics workspace ID — omit to log to stdout only | |
| AZURE_LOG_WORKSPACE_KEY | No | Log Analytics primary/secondary shared key (base64) |
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/aammasa/cms-ai-pii-redaction-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server