Automatically pass active workspace path to MCP servers #390
NateUE
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
I am working on integrating memgpt/letta which seems to be turnkey memory solution so far, first as mcp. I made a cli client for myself that integrates memgpt. it is also an agent lib and can act as agentic rag |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Request: Automatically Detect and Pass Active Workspace Path
Hi team,
I’ve been working on multiple projects and often use a “Memory” MCP server to help the AI remember project-specific details between tasks. Right now, the Memory server distinguishes memories by using a hash of the workspace path as the folder name. Unfortunately, this means I have to depend on the AI to pass the correct workspace path every time, which isn’t very reliable—especially when using the more budget-friendly AI models.
It would be fantastic if the active workspace path could be automatically detected and sent to the MCP server. This change would greatly reduce manual errors and simplify the workflow, so users wouldn’t have to worry about ensuring the correct path is passed every time.
Some thoughts on this:
I’m curious to hear your thoughts on this. Is it technically feasible to implement this feature? Any potential challenges or ideas for making it work seamlessly with the current system?
Thanks for considering this suggestion, and I’m looking forward to your feedback!
Beta Was this translation helpful? Give feedback.
All reactions