experience-memory-mcp
by jih19984
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the HTTP server | 8000 |
| HEALTH_PATH | No | HTTP path for health check | /healthz |
| DATABASE_URL | No | PostgreSQL connection string (optional, uses local JSON if not set) | |
| MCP_HTTP_PATH | No | HTTP path for MCP endpoint | /mcp |
| MCP_TRANSPORT | No | Transport type: 'stdio' or 'http' | http |
| GOOGLE_CLIENT_ID | Yes | Google OAuth client ID | |
| GOOGLE_CLIENT_SECRET | Yes | Google OAuth client secret | |
| GOOGLE_REFRESH_TOKEN | No | Refresh token for single-user Google Drive access | |
| TOKEN_ENCRYPTION_KEY | Yes | Key used to encrypt OAuth tokens | |
| EXPERIENCE_MEMORY_ACTOR_ID | No | Fixed actor ID for multi-user mode with stdio | |
| EXPERIENCE_MEMORY_DATA_DIR | No | Directory for local JSON storage when no database | /tmp/experience-memory |
| GOOGLE_OAUTH_CALLBACK_PATH | No | OAuth callback path | /oauth/google/callback |
| GOOGLE_DRIVE_ROOT_FOLDER_ID | No | Root folder ID for single-user Google Drive access | |
| EXPERIENCE_MEMORY_ACTOR_HEADER | No | HTTP header name to extract actor ID for multi-user mode | |
| EXPERIENCE_MEMORY_ACTOR_PROVIDER | No | Actor provider name for multi-user mode (e.g., kakao) |
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
- 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/jih19984/experience-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server