SCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_MODEL | No | For semantic judge (default: llama3.2) | llama3.2 |
| OLLAMA_API_KEY | No | Optional bearer token for Ollama (sent as Authorization: Bearer …; never put secrets in the URL) | |
| OLLAMA_BASE_URL | No | For semantic judge: origin only (default http://localhost:11434). Allowed hosts: localhost, 127.0.0.1, ::1, plus comma-separated OLLAMA_ALLOWED_HOSTS. No path, query, or userinfo. HTTP redirects to another host are not followed. | http://localhost:11434 |
| OLLAMA_URL_STRICT | No | Set to 1 to reject names that resolve to private or link-local addresses (mitigates some SSRF/DNS cases) | |
| SCP_QUARANTINE_DIR | No | Quarantine storage path | ./scp_quarantine |
| SCP_SEMANTIC_JUDGE | No | Set to 1 to enable semantic judge globally | |
| SCP_MAX_INPUT_CHARS | No | Maximum string length for inspect, classify, sanitize, contain, and mask_secrets (default 2000000; hard ceiling 50000000) | 2000000 |
| OLLAMA_ALLOWED_HOSTS | No | Optional extra hostnames/IPs (comma-separated, case-insensitive) allowed for OLLAMA_BASE_URL | |
| SCP_QUARANTINE_MAX_TOTAL_BYTES | No | Max total on-disk bytes for all quarantine pairs under SCP_QUARANTINE_DIR (default 100 MiB) | 104857600 |
| SCP_QUARANTINE_MAX_CONTENT_BYTES | No | Max UTF-8 bytes per quarantined payload (default 1 MiB; hard cap 50 MiB) | 1048576 |
| SCP_QUARANTINE_RETENTION_DAYS_ON_WRITE | No | If set (positive int), delete quarantine entries whose .json is older than this many days before each new write | |
| SCP_QUARANTINE_EVICT_OLDEST_ON_PRESSURE | No | When 1 (default), delete oldest-by-mtime entries if a new write would exceed the total cap; set 0 to fail with an error instead | 1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/ManintheCrowds/SCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server