jamgate
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAMGATE_HOST | No | Interface to bind in remote mode. Keep it on localhost behind a reverse proxy. | 127.0.0.1 |
| JAMGATE_HTTP | No | 1/true enables remote mode. | off |
| JAMGATE_PORT | No | Port for remote mode. | 8420 |
| JAMGATE_OAUTH | No | In remote mode, serve the MCP OAuth flow so claude.ai / the Claude app can connect. | on |
| JAMGATE_STORE | No | Path to the memory store file. | ~/.jamgate/memory.json |
| JAMGATE_TOKEN | No | Bearer token required in remote mode. The server refuses to start without it. | |
| JAMGATE_GATE_LOG | No | off disables the local decision log. | on |
| JAMGATE_EMBEDDINGS | No | off disables the semantic layer even if the model is installed. | auto |
| JAMGATE_OAUTH_STORE | No | Path to the OAuth state file. | ~/.jamgate/oauth.json |
| JAMGATE_DUP_THRESHOLD | No | Semantic near-duplicate sensitivity (0–1); higher = stricter. | 0.88 |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| save_memoryA | Save a durable memory about the user through the Jamgate quality gate. Only call this for things worth remembering across sessions — identity, projects, preferences, lasting state — not chatter. Trivial or duplicate input is rejected by the gate. |
| recall_memoryC | Recall stored memories about the user relevant to a query. |
| forget_memoryA | Delete a stored memory by the id shown in recall_memory output. The full id is safest; an unambiguous prefix of 8+ characters also resolves. |
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/amirj4m/jamgate-old'
If you have feedback or need assistance with the MCP directory API, please join our Discord server