Skip to main content
Glama
aegntic

Obsidian Elite RAG MCP Server

__init__.py690 B
""" Obsidian Elite RAG MCP Server An elite Retrieval-Augmented Generation system that transforms Obsidian vaults into AI-paired cognitive workflow engines with Graphiti knowledge graph integration. Author: Mattae Cooper (research@aegntic.ai) Organization: Aegntic AI (https://aegntic.ai) License: MIT """ __version__ = "1.0.0" __author__ = "Mattae Cooper" __email__ = "research@aegntic.ai" __license__ = "MIT" from .core.rag_engine import MultiLayerRAG from .core.graphiti_adapter import GraphitiAdapter from .server import create_server from .cli import main as cli_main __all__ = [ "MultiLayerRAG", "GraphitiAdapter", "create_server", "cli_main", "__version__", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aegntic/aegntic-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server