Skip to content

ndp-software/memory-vault-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Vault MCP Docs

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.

smithery badge

What this repo is

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.

Quick start

  1. Use the MCP endpoint at https://memory-vault.ndpsoftware.com/mcp
  2. Read discovery metadata at https://memory-vault.ndpsoftware.com/.well-known/mcp.json
  3. Try the requests in examples/usage.md
  4. Follow the client guide in clients/

Key links

  • 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

REST API (no MCP required)

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.

Authentication

  • Header: Authorization
  • Format: Bearer <api_key>
  • Most write/read calls also need X-Agent-ID

Repo layout

  • .well-known/ - reference copies of discovery files
  • clients/ - client-specific setup notes
  • examples/ - usage examples
  • docs/ - supporting documentation
  • scripts/ - lightweight validation helpers

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages