SecureCode
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-secretA | Get a secret by name. By default, injects the value into a local file so it never appears in the AI conversation. Use reveal:true to see the raw value (audited as conscious action). Use cleanup:true to remove all injected secrets from disk. |
| list-secretsA | List all available secrets with their tags and expiration status. Returns names and metadata, never values. |
| create-secretB | Create a new secret. Secrets with the same name can coexist if they have different env tags. |
| renew-secretA | Renew an expired secret or change its TTL. Use this to reactivate expired secrets or extend expiration. |
| delete-secretA | Delete a secret (soft delete, can be recovered) |
| update-secretC | Update an existing secret's value, description, tags, or domain. Only provided fields are changed. |
| import-envA | Import secrets from .env files into SecureCode. For security, .env import must be done through the web interface — the AI agent never sees secret values during import. This tool provides the link to the import page. |
| export-envC | Export all secrets as .env or CSV format. Returns the full content with decrypted values. |
| get-statusA | Get your SecureCodeHQ account status: plan, usage limits, secrets count, and MCP server version. Useful to check remaining capacity and verify the server is up to date. |
| wake-sessionB | Wake (unlock) the session to start accessing secrets. Optionally restrict access to specific tag scope and set auto-sleep timer. |
| sleep-sessionA | Lock the session immediately. All secret access will be blocked until you wake it again. Use this when you finish working. |
| session-statusA | Check the current session status: active or sleeping, scope restrictions, and time remaining before auto-sleep. |
| byebyeA | End your work session. Locks the session, cleans up all injected secrets from disk, and says goodbye. Use this when you finish working for the day. |
| get-active-rulesA | List active MCP access rules. Read-only — rules can only be created or modified from the dashboard. Use this to understand why access to a secret was blocked. |
| onboardA | Start or continue the SecureCode onboarding. Guides the user through signup, .env import, API key creation, MCP configuration, and optional SDK setup — all from Claude Code. Call this tool multiple times to progress through the steps. |
| security-checkA | Analyze the project for security issues after SecureCode setup. Returns a list of actions the agent MUST execute to protect secrets. Call this after SDK installation. |
| helpB | Get SecureCode documentation: available tools, usage patterns, SDK setup, and common workflows. Use this to understand how to help the user with SecureCode. |
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/juanisidoro/securecode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server