Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions servers/dev-atlas-knowledge-graph/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: dev-atlas-knowledge-graph
type: server
meta:
category: data
tags:
- knowledge-graph
- sqlite
- ai-assistant
- graph-database
- mcp
about:
title: "Dev Atlas Knowledge Graph"
description: "A powerful MCP server for managing knowledge graphs in SQLite. Create, query, and traverse knowledge graphs with full CRUD operations, advanced search capabilities, and graph traversal algorithms. Perfect for AI assistants that need to store and navigate complex relationships between concepts, entities, and data points."
icon: "🗺️"
source:
project: "https://github.com/abdul-hamid-achik/dev-atlas"
config:
environment:
- name: NODE_ENV
description: "Environment (development/production)"
default: "production"
- name: DATABASE_PATH
description: "Path to SQLite database file"
default: "/app/data/knowledge-graph.db"
secrets: []
Loading