LLM Memory MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | MCP server port | 4040 |
| OLLAMA_DIM | No | Vector dimension — change only if you swap to a non-768-dim model | 768 |
| OLLAMA_PORT | No | Host port for the bundled Ollama API | 9050 |
| POSTGRES_DB | No | Database name | mcp_memory |
| OLLAMA_MODEL | No | Embedding model Ollama pulls on first boot (~274MB) | nomic-embed-text |
| POSTGRES_PORT | No | PostgreSQL host port | 4569 |
| POSTGRES_USER | No | Database user | mcp_user |
| DASHBOARD_PORT | No | Dashboard UI port | 4041 |
| POSTGRES_PASSWORD | No | Database password | mcp_secure_pass_2026 |
| EMBEDDING_PROVIDER | No | local / ollama / openai | ollama |
| MAINTENANCE_INTERVAL_MINUTES | No | Background scheduler interval | 30 |
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/ranjanjyoti152/LLM-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server