Memory
Memory is a MCP server in the osFoundry community catalog. Give agents a persistent knowledge-graph memory that survives across conversations.
Details
- Transport: stdio
- Capabilities: Persistent knowledge-graph memory across sessions.
How to use Memory in osFoundry
Install Memory into your workspace in one click, then fork it in osStudio to customise the prompts, tools, or configuration for your stack. Anyone in your workspace can pick up where you left off.
Other mcp servers from the community
- Filesystem — Scoped filesystem access for agents — read, write, list, and search files inside an allowed directory.
- Git — Local Git operations for agents — inspect history, diffs, branches, and commit metadata.
- GitHub — Work with repositories, issues, pull requests, and code search through the GitHub API.
- Postgres — Connect agents to a Postgres database for read-only queries and schema inspection.
- SQLite — Query and inspect local SQLite database files directly from an agent.
- Fetch — Fetch web pages and return clean, readable text content for agent context.