substrate-memory
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@substrate-memorysearch organizational memory for our API conventions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Claude Co-work Substrate Memory
Beta — stdio transport unverified in the Co-work sandbox. The plugin format is verified against Anthropic's cached Co-work authoring skill, but its stdio MCP execution environment in Co-work's VM sandbox is not verified. A human must install the .plugin, open a Co-work session, and confirm substrate_status returns before support is claimed.
Substrate Memory gives Claude Co-work seven MCP tools for searching and recording organizational memory. Capture is skill-driven: the bundled skill directs Claude to search prior work before answering, remember durable user facts and decisions, and sync at natural session boundaries. Hooks are a best-effort bonus only and may never fire in Co-work.
Install
Package the repository as a
.pluginfile as described in docs/packaging.md.Install the
.pluginfile in Claude Co-work.Set the environment variables below in the process that launches Co-work.
Start a session and run
substrate_status.
Related MCP server: Cornerstone MCP Server
Configuration
Set these secrets in the process environment only:
SUBSTRATE_API_URL=https://api.substrate.example
SUBSTRATE_API_KEY=...SUBSTRATE_API_KEY is never written to a config file. Host config files are world-readable plaintext. SUBSTRATE_PYTHON optionally overrides the python executable used for the stdio server.
Sandbox consequences and mitigations:
A loopback
http://127.0.0.1Substrate URL may not resolve from the Co-work sandbox; use an HTTPS URL.pythonmay not be on the sandboxPATH; setSUBSTRATE_PYTHONto an available executable..mcp.jsonalso supports an{"type":"http","url":...}transport as an alternative when a hosted MCP endpoint is available.
Tools
substrate_search— search cited organizational memory cards.substrate_read— read a wiki page by path.substrate_query— ask for a cited synthesis.substrate_ingest— submit text for ingestion.substrate_remember— record a durable fact, decision, or preference.substrate_sync— flush the durable local spool.substrate_status— report content-free configuration and delivery status.
Privacy boundary
The plugin reads API credentials from the process environment only, redacts captured text before persistence or transfer, and emits content-free operational diagnostics. It does not read Co-work transcripts; hook events contain only a session boundary signal. Report vulnerabilities through GitHub private security advisories.
See BOUNDARY.md and SECURITY.md for the public commitment and security policy.
Repository map
skills/— the primary Co-work capture instructions and tool reference.src/claude_cowork_memory/— Co-work runtime, MCP server, hook, and CLI.src/substrate_capture/— frozen shared client, redaction, spool, event, and MCP core.hooks/— best-effort Stop and SessionEnd integration.tests/— core and plugin contract tests.docs/packaging.md—.plugincreation instructions.
MIT © 2026 Sightline Technologies Inc.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceMCP server providing persistent, searchable memory management for AI workflows, enabling Claude Code to store, retrieve, and organize context through CRUD operations and knowledge tools.Last updatedMIT
- Flicense-qualityBmaintenanceEnables Claude and other MCP clients to interact with Cornerstone memory, supporting saving, searching, and managing contextual data through natural language commands.Last updated
- Flicense-qualityDmaintenanceProvides persistent semantic memory for Claude Code via local embeddings and six MCP tools, enabling context storage and retrieval across sessions without cloud dependencies.Last updated
- Alicense-qualityBmaintenanceProvides MCP tools for workspace initialization, health checks, context recall, and durable memory capture, enabling project-specific memory and shared company knowledge with citations.Last updatedMIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Shared long-term memory vault for AI agents with 20 MCP tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Substrate-memory/claude-cowork-substrate-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server