---
name: Feature request
about: Suggest an idea for the Agentic Memory Server
title: "[FEATURE] "
labels: ["enhancement", "needs-triage"]
assignees: ""
---
## Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## Describe the solution you'd like
A clear and concise description of what you want to happen.
## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
## Use Case
Describe your specific use case and how this feature would help:
- What are you trying to accomplish?
- How would this fit into your workflow?
- What benefit would this provide?
## Example Usage
If applicable, provide examples of how you'd like to use this feature:
```bash
# Command line example
npx @prism.enterprises/agentic-memory-server --new-feature
```
```json
// Configuration example
{
"mcp": {
"servers": {
"contextual-memory": {
"env": {
"NEW_FEATURE_SETTING": "value"
}
}
}
}
}
```
## Additional Context
Add any other context, screenshots, or examples about the feature request here.
## Priority
How important is this feature to you?
- [ ] Nice to have
- [ ] Would be helpful
- [ ] Important for my workflow
- [ ] Critical need
## Implementation Ideas
If you have ideas about how this could be implemented, please share them here.