cokacremote
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | HTTP bind address | 0.0.0.0 |
| MCP_PORT | No | HTTP port | 3000 |
| MCP_ENDPOINT | No | Streamable HTTP MCP path | /mcp |
| MCP_AUTH_TOKEN | No | Optional static Bearer token | |
| MCP_PUBLIC_URL | No | External HTTPS base URL excluding /mcp | |
| MCP_DEFAULT_CWD | No | Base directory for relative paths | server startup directory |
| MCP_OAUTH_ISSUER | No | OAuth issuer URL | MCP_PUBLIC_URL |
| MCP_ALLOWED_HOSTS | No | Comma-separated list of allowed Host header hostnames | |
| MCP_ALLOW_NO_AUTH | No | Allow startup without authentication | false |
| MCP_DEFAULT_SHELL | No | Default shell for exec_command | $SHELL or /bin/bash |
| MCP_MAX_PROCESSES | No | Maximum number of retained process sessions | 128 |
| MCP_OAUTH_ENABLED | No | Enable built-in OAuth 2.1/DCR for ChatGPT | false |
| MCP_OAUTH_RESOURCE | No | MCP resource audience | <MCP_PUBLIC_URL><MCP_ENDPOINT> |
| MCP_MAX_OUTPUT_BYTES | No | Maximum output returned by one tool call | 1048576 |
| MCP_MAX_REQUEST_BODY | No | HTTP request body size limit | 8mb |
| MCP_OAUTH_STATE_FILE | No | Stores registered clients and token hashes | inside working directory |
| MCP_TRUST_PROXY_HOPS | No | Number of trusted reverse-proxy hops; keep 0 when directly exposed | 0 |
| MCP_OAUTH_APPROVAL_KEY | No | Dedicated key for the OAuth connection approval page | MCP_AUTH_TOKEN |
| MCP_MAX_EDIT_FILE_BYTES | No | Maximum file size for text replacement | 67108864 |
| MCP_MAX_FILE_CHUNK_BYTES | No | Maximum file chunk size; UTF-8 reads also stay within this limit | 1048576 |
| MCP_PROCESS_RETENTION_MS | No | Retention period for completed processes | 3600000 |
| MCP_OAUTH_ACCESS_TOKEN_TTL_SECONDS | No | OAuth access token lifetime | 3600 |
| MCP_OAUTH_REFRESH_TOKEN_TTL_SECONDS | No | OAuth refresh token lifetime | 2592000 |
| MCP_MAX_RETAINED_PROCESS_OUTPUT_BYTES | No | Retained output per managed process | 4194304 |
| MCP_OAUTH_AUTHORIZATION_CODE_TTL_SECONDS | No | One-time authorization code lifetime | 300 |
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/jeong-jimin-github/mcpremote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server