jalipata-mcp-memory
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORY_DB_PATH | No | SQLite database file | ./memory/memory.db |
| MEMORY_HTTP_PORT | No | Port when transport is 'http' | 3000 |
| MEMORY_TRANSPORT | No | Transport mode: 'stdio' or 'http' | stdio |
| MEMORY_SERVER_NAME | No | Server name advertised over MCP | jalipata-memory |
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 | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"subscribe": true,
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_entitiesA | Create multiple new entities in the knowledge graph. Entities with an existing name are ignored. |
| create_relationsA | Create multiple new relations between entities. Relations should be in active voice. Missing endpoint entities are created automatically. |
| add_observationsA | Add new observations (atomic facts) to existing entities in the knowledge graph. Fails if an entity does not exist. |
| delete_entitiesA | Delete entities and their associated relations and observations from the knowledge graph (cascading). Silent if an entity does not exist. |
| delete_observationsA | Delete specific observations from entities in the knowledge graph. Silent if an observation does not exist. |
| delete_relationsA | Delete specific relations from the knowledge graph. Silent if a relation does not exist. |
| read_graphA | Read the entire knowledge graph for a namespace, including all entities and relations. |
| search_nodesA | Keyword search for nodes in the knowledge graph by entity names, entity types, and observation content. Returns matching entities and their connected relations. |
| open_nodesA | Retrieve specific nodes by name, along with relations connected to them. Silently skips non-existent nodes. |
| list_namespacesA | List all memory namespaces (scopes) stored in this server. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| memory-guidance | Instructions that teach the model how to use the memory knowledge graph (retrieve, store, and maintain memories across conversations). |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| namespaces | List of all memory namespaces known to this server |
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/alfianyusufabdullah/jalipata'
If you have feedback or need assistance with the MCP directory API, please join our Discord server