Back to Apps

SeleneDB
Supports UIby jscott3201
AI-native property graph database with GQL, vector search, and time-series capabilities in a single Rust binary.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
SeleneDB is a high-performance, in-memory property graph database designed for AI agents. It provides a unified interface for graph traversals, semantic vector search, and time-series data, making it ideal for knowledge graphs, IoT, and complex agent memory.
Tools
graph.semanticSearch: Top-k cosine similarity search with containment-path enrichment.graph.similarNodes: Reference-node similarity analysis over stored vectors.graph.hybridSearch: Combines BM25 lexical search with vector cosine similarity.graphrag.search: Integrated GraphRAG combining vectors, BFS traversal, and community context.ts.range: Time-series data retrieval for specific ranges and properties.graph.pagerank: Compute PageRank for node importance analysis.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"selenedb": {
"command": "docker",
"args": ["run", "-i", "ghcr.io/jscott3201/selenedb"]
}
}
}
Supported hosts
Confirmed for Claude Desktop and other MCP-compliant clients.
Quick install
docker run -p 8080:8080 ghcr.io/jscott3201/selenedbInformation
- Pricing
- free
- Published
- 6/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"selenedb": {
"command": "docker",
"args": ["run", "-i", "ghcr.io/jscott3201/selenedb"]
}
}
}





