server-commands-rtk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_DIR | No | Custom server directory path (optional). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_processC | Run shell command. Auto-prefixed with |
| get_cache_statsC | Get cache statistics |
| clear_command_cacheB | Clear all cached commands |
| cached_commandsA | List all cached commands |
| execution_logC | Get execution log (last N entries, optionally including archives) |
| list_archivesA | List all rotated log archive files for dataset pipeline |
| write_fileA | Write a file with base64-encoded content. Use this instead of write/filesystem_write_file when content contains special chars that break JSON serialization. |
| resolve_uriA | Resolve a scheme:// URI to an absolute file path. Uses schemes registered via MCP_RESOURCE_ROOTS env var (headquarters://, vaults://, etc.). scheme://. resolves to the base directory. |
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/Ev3lynx727/server-commands-rtk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server