Remember Me MCP Server
by ksred
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Debug mode | |
| LOG_LEVEL | No | Log level | |
| DATABASE_URL | No | Full database URL (e.g., postgres://user:pass@localhost:5432/remember_me) | |
| OPENAI_API_KEY | Yes | OpenAI API key for embeddings | |
| REMEMBER_ME_DATABASE_HOST | No | Database host | |
| REMEMBER_ME_DATABASE_PORT | No | Database port | |
| REMEMBER_ME_DATABASE_USER | No | Database user | |
| REMEMBER_ME_DATABASE_DBNAME | No | Database name | |
| REMEMBER_ME_DATABASE_SSLMODE | No | Database SSL mode | |
| REMEMBER_ME_DATABASE_PASSWORD | No | Database password |
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
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/ksred/remember-me-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server