---
name: Question or Support
about: Ask a question or get help with the Agentic Memory Server
title: "[QUESTION] "
labels: ["question", "support"]
assignees: ""
---
## Question
What would you like to know or what help do you need?
## Context
Please provide context about what you're trying to accomplish:
- What are you working on?
- What have you tried so far?
- What specific outcome are you looking for?
## Environment (if relevant)
- **OS**: [e.g. macOS 14.0, Windows 11, Ubuntu 22.04]
- **Node.js version**: [e.g. 20.5.0]
- **Package version**: [e.g. @prism.enterprises/agentic-memory-server@4.0.1]
- **IDE/Client**: [e.g. Cursor, VS Code, Claude Desktop]
## Configuration (if relevant)
```json
// Your MCP server configuration (remove sensitive paths)
{
"mcp": {
"servers": {
"contextual-memory": {
"command": "npx",
"args": ["@prism.enterprises/agentic-memory-server"],
"env": {
"MEMORY_PATH": "/path/to/project",
"LOG_LEVEL": "info"
}
}
}
}
}
```
## What you've tried
- [ ] Read the documentation
- [ ] Checked existing issues
- [ ] Tried basic troubleshooting steps
- [ ] Searched online
## Additional Context
Add any other context that might be helpful in answering your question.