soft1-mcp
by cpouldev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_ENV | No | Set to 'production' to enable strict startup checks and JSON logs. | development |
| LOG_LEVEL | No | Loguru stderr threshold. | DEBUG |
| EXPORT_DIR | No | Writable directory for requested CSV/XLSX artifacts. | /data/exports |
| REDIS_HOST | No | Redis host for OAuth state and catalog metadata. | localhost |
| REDIS_PORT | No | Redis port. | 6379 |
| SENTRY_DSN | No | Enables Sentry/GlitchTip only when APP_ENV=production. | |
| MCP_BASE_URL | No | Public service origin used for OAuth callbacks and export URLs. Routes such as /mcp are appended to it. | http://localhost:6097 |
| MCP_REDIS_DB | No | Explicit Redis logical database. | 0 |
| SOFT1_DB_HOST | No | SQL Server host. | localhost |
| SOFT1_DB_PORT | No | SQL Server TCP port. | 1433 |
| SOFT1_DB_USER | No | Dedicated database login. Use least privilege. | dev |
| SOFT1_MCP_DSN | No | Optional ODBC DSN override. Validated attribute by attribute; cannot change configured driver, route, database, user, encryption, certificate, or read-intent policy. | |
| SOFT1_DB_DATABASE | No | Soft1 database name. | dev |
| SOFT1_DB_INSTANCE | No | Optional named instance. | |
| SOFT1_DB_PASSWORD | No | Database password. | dev |
| MCP_ALLOWED_EMAILS | No | Comma-separated, case-insensitive Google email allowlist. | dev |
| MCP_JWT_SIGNING_KEY | No | Persistent Fernet-formatted key used by FastMCP's token issuer. | dev |
| MCP_GOOGLE_CLIENT_ID | No | Google OAuth client ID. | dev |
| MCP_GOOGLE_CLIENT_SECRET | No | Google OAuth client secret. | dev |
| SOFT1_DB_VARCHAR_ENCODING | No | Decoder for legacy char/varchar; nvarchar uses Unicode. | cp1253 |
| FASTMCP_HTTP_ALLOWED_HOSTS | No | Accepted HTTP Host values. Supply a JSON array in environment files. | local wildcard tuple |
| MCP_STORAGE_ENCRYPTION_KEY | No | Persistent Fernet key for encrypted OAuth state and export-token signing. | dev |
| FASTMCP_HTTP_ALLOWED_ORIGINS | No | Accepted HTTP Origin values. Supply a JSON array in environment files. | local wildcard tuple |
| SOFT1_DB_TRUST_SERVER_CERTIFICATE | No | TLS certificate override; enable only after deployment-specific review. | false |
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/cpouldev/soft1-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server