graph-rag-obsidian
by nickshffer
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | Yes | Your Google Gemini API key (required) | |
| OBSIDIAN_RAG_VAULTS | Yes | Path to your Obsidian vault(s) (required) | |
| OBSIDIAN_RAG_CHROMA_DIR | No | Custom path for ChromaDB storage directory | |
| OBSIDIAN_RAG_COLLECTION | No | Name of the ChromaDB collection | |
| OBSIDIAN_RAG_GEMINI_MODEL | No | Gemini model name (default: gemini-2.5-flash) | |
| OBSIDIAN_RAG_CHUNK_STRATEGY | No | Chunking strategy: semantic or character | |
| OBSIDIAN_RAG_EMBEDDING_MODEL | No | Embedding model name (default: all-MiniLM-L6-v2) | |
| OBSIDIAN_RAG_SEMANTIC_MAX_CHUNK_SIZE | No | Maximum semantic chunk size | |
| OBSIDIAN_RAG_SEMANTIC_MIN_CHUNK_SIZE | No | Minimum semantic chunk size | |
| OBSIDIAN_RAG_SEMANTIC_MERGE_THRESHOLD | No | Semantic merge threshold |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/nickshffer/graph-rag-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server