MCP.so
登录

⚡PhotonDB

@s1ddh3sh

关于 ⚡PhotonDB

PhotonDB is a modern C++ rendition of a high-performance in-memory key-value database with MCP server. The data model is key-value, active development is underway to support a wide variety of value types

基本信息

分类

其他

运行时

c++

传输方式

stdio

发布者

s1ddh3sh

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is PhotonDB?

PhotonDB is a high-performance in-memory key-value database server written in C++17. It provides access to mutable data structures via a simple TCP-based protocol using a server-client model and also integrates with the Model Context Protocol (MCP) for natural-language interactions.

How to use PhotonDB?

Start a photon server instance with ./src/server and interact via photon-cli using commands like set, get, and ZAP. For MCP interactions, use server.py with uv as the Python package manager and install it on Claude Desktop with uv run mcp install server.py.

Key features of PhotonDB

  • In-memory key-value database written in C++17
  • Simple TCP-based protocol for client-server communication
  • Command-line interface via photon-cli
  • MCP integration for natural-language data interactions
  • Supports basic commands: set, get, ZAP

Use cases of PhotonDB

  • High-performance key-value storage for applications requiring low-latency data access
  • Natural-language database queries via MCP-enabled AI assistants like Claude Desktop
  • Fast prototyping and testing of in-memory data structures

FAQ from PhotonDB

What protocol does PhotonDB use?

PhotonDB uses a simple TCP-based protocol for communication between server and client.

How do I build PhotonDB from source?

Clone the repository, create a build directory, run CMake (version 3.10 or newer), and then run make from the build directory. A C++17 compiler is required.

Does PhotonDB support MCP (Model Context Protocol)?

Yes. PhotonDB includes an MCP server implementation in server.py that can be installed on Claude Desktop using uv run mcp install server.py.

How do I interact with PhotonDB without MCP?

Use the command-line tool photon-cli, which connects to the server and accepts commands like set, get, and ZAP.

What runtime dependencies does PhotonDB require?

For the core server: CMake (3.10+) and a C++17 compiler. For MCP integration: Python with the mcp[cli] package and uv as the package manager.

评论

其他 分类下的更多 MCP 服务器