Skip to main content

DBay MCP server — knowledge base and agent memory for AI tools

Project description

dbay-mcp

MCP server for DBay — gives AI agents persistent memory and knowledge base across projects, sessions, and devices.

Quick Start

# Claude Code (one command, global)
claude mcp add --scope user dbay -- uvx dbay-mcp

# Other MCP clients (Cursor, Windsurf, Claude Desktop)
# Add to your MCP config (.mcp.json / claude_desktop_config.json):
{
  "mcpServers": {
    "dbay": {
      "command": "uvx",
      "args": ["dbay-mcp"]
    }
  }
}

New to DBay? Install the CLI first: pip install dbay-cli && dbay login

MCP Tools

Memory

AI agents remember your decisions, conventions, credentials, and preferences across sessions.

Tool Description
memory_recall Semantic search over past decisions, conventions, facts
memory_ingest Store a memory (fact, decision, rejection, convention, procedural, episode)
memory_list Browse memories by type
memory_delete Remove a memory

Knowledge

Search and upload documents to your knowledge base.

Tool Description
knowledge_search Hybrid vector + BM25 search over documents
knowledge_upload Upload a file (PDF, DOCX, MD) for processing
knowledge_upload_directory Bulk upload a directory
knowledge_list List all knowledge bases

End-to-End Encryption

For privacy-sensitive use cases, create an encrypted memory base. Content is encrypted locally before upload — the server only stores ciphertext.

pip install dbay-cli
dbay login
dbay mem create --encrypted my-private-mem

The MCP server auto-detects encrypted bases and handles encryption/decryption transparently. No changes needed in your AI agent workflow.

Three-factor security: password (local) + config file (portable) + server-stored encrypted DEK. Any single factor leaked cannot decrypt your data.

Configuration

# Login stores credentials in ~/.dbay/config.json
pip install dbay-cli
dbay login

# Switch default memory/knowledge base
dbay mem use my-mem
dbay kb use my-kb

Environment variables override config file:

Variable Description
DBAY_API_KEY API key (required)
DBAY_MEMORY_BASE Default memory base ID
DBAY_KNOWLEDGE_BASE Default knowledge base ID
DBAY_ENDPOINT API endpoint (default: https://api.dbay.cloud:8443)

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dbay_mcp-0.5.5.tar.gz (81.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dbay_mcp-0.5.5-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

Details for the file dbay_mcp-0.5.5.tar.gz.

File metadata

  • Download URL: dbay_mcp-0.5.5.tar.gz
  • Upload date:
  • Size: 81.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for dbay_mcp-0.5.5.tar.gz
Algorithm Hash digest
SHA256 0f9be483083f50a233bc1e0f7585502c994bfda363a599b163e99cb778a59af3
MD5 309dbca17749f7fd1b35a195526bd123
BLAKE2b-256 935531c63c8e8a2bcb317b3b0aeeef8b363b7cdb9dbd301c0ee100508cb0c846

See more details on using hashes here.

File details

Details for the file dbay_mcp-0.5.5-py3-none-any.whl.

File metadata

  • Download URL: dbay_mcp-0.5.5-py3-none-any.whl
  • Upload date:
  • Size: 18.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for dbay_mcp-0.5.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0d766f92221fb762f38c31d1a89c36da7bc03aa3481650e7298e4292b4a2c7bd
MD5 c9327439c60ab023a5aba4f08c357c15
BLAKE2b-256 f01a0a9755efc97dfaa1e17e77ad187a93ef11fadb8abf34c588e18719e60503

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page