⚡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
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论