John CEO Agentic Memory
by John-CEO-HQ
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP transport (when MCP_TRANSPORT=http). Default 8080. | 8080 |
| DATABASE_URL | No | CockroachDB connection string (required if MEMORY_STORE=cockroach). Should use sslmode=verify-full. | |
| MEMORY_STORE | No | Storage backend: 'memory' (ephemeral), 'file' (JSON file), 'cockroach' (CockroachDB). Default 'file'. | file |
| MCP_TRANSPORT | No | Transport mode: 'stdio' for standard input/output, 'http' for HTTP server. Defaults to 'stdio'. | stdio |
| MCP_AUTH_TOKEN | No | Bearer token for HTTP/Lambda authentication. Optional. | |
| CRDB_ADMIN_USER | No | CockroachDB admin user for ccloud bootstrap script. Optional. | |
| MCP_AUTH_USER_ID | No | When MCP_AUTH_TOKEN is set, this is the bound userId for ACL. Optional. | |
| USE_FAKE_BEDROCK | No | Set to '1' to use a deterministic local intelligence instead of Amazon Bedrock for offline demos/testing. | |
| CRDB_CLUSTER_NAME | No | CockroachDB cluster name used by the ccloud bootstrap script. Default 'agentic-memory'. | agentic-memory |
| CRDB_ADMIN_PASSWORD | No | CockroachDB admin password for ccloud bootstrap script. Optional. |
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/John-CEO-HQ/cockroachdb-x-aws-hackathon'
If you have feedback or need assistance with the MCP directory API, please join our Discord server