Memory
Memory osFoundry community catalog में एक MCP server है। Agents को एक persistent knowledge-graph memory दें जो conversations के बीच बनी रहती है।
विवरण
- Transport: stdio
- Capabilities: Sessions के बीच persistent knowledge-graph memory।
osFoundry में Memory का उपयोग कैसे करें
एक क्लिक में Memory को अपने workspace में install करें, फिर अपने stack के लिए prompts, tools, या configuration को customise करने के लिए इसे osStudio में fork करें। आपके workspace का कोई भी सदस्य वहीं से आगे बढ़ा सकता है जहाँ आपने छोड़ा था।
Community से अन्य mcp servers
- Filesystem — Agents के लिए scoped filesystem access — एक allowed directory के अंदर files पढ़ें, लिखें, list करें, और search करें।
- Git — Agents के लिए local Git operations — history, diffs, branches, और commit metadata की जाँच करें।
- GitHub — GitHub API के माध्यम से repositories, issues, pull requests, और code search के साथ काम करें।
- Postgres — Read-only queries और schema inspection के लिए agents को Postgres database से connect करें।
- SQLite — Local SQLite database files को सीधे एक agent से query और inspect करें।
- Fetch — Web pages fetch करें और agent context के लिए clean, readable text content लौटाएँ।