Docs and distribution repo for the hosted Memory Vault MCP service at https://memory-vault.ndpsoftware.com.
Memory Vault remains a full REST API. MCP is optional, and direct REST integrations are still supported.
This repo packages:
- onboarding docs that point to the hosted MCP endpoint
- a copy of discovery metadata for reference
- quick example requests
- client setup notes for Claude, Cursor, and others
- supporting docs for the hosted Memory Vault service
The MCP runtime is implemented in the memory-vault backend repository.
- Use the MCP endpoint at
https://memory-vault.ndpsoftware.com/mcp - Read discovery metadata at
https://memory-vault.ndpsoftware.com/.well-known/mcp.json - Try the requests in
examples/usage.md - Follow the client guide in
clients/
- MCP endpoint:
https://memory-vault.ndpsoftware.com/mcp - Manifest:
https://memory-vault.ndpsoftware.com/.well-known/mcp.json - MCP server card:
https://memory-vault.ndpsoftware.com/.well-known/mcp/server-card.json - REST API base:
https://memory-vault.ndpsoftware.com - OpenAPI:
https://memory-vault.ndpsoftware.com/openapi.json - Tool manifest:
https://memory-vault.ndpsoftware.com/tool.json - Registry metadata:
https://memory-vault.ndpsoftware.com/registry.json - Smithery server URL:
https://smithery.ai/servers/ndpsoftware/memory-vault
If you do not want MCP, call the REST endpoints directly (/v1/register, /v1/store, /v1/retrieve, /v1/delete, /v1/usage).
See examples/usage.md for curl examples.
- Header:
Authorization - Format:
Bearer <api_key> - Most write/read calls also need
X-Agent-ID
.well-known/- reference copies of discovery filesclients/- client-specific setup notesexamples/- usage examplesdocs/- supporting documentationscripts/- lightweight validation helpers