Aegntic MCP Server

Elite Obsidian RAG System - Second Brain with Claude Code Integration

Local serverstdioPython

What is the Aegntic MCP MCP server?

Aegntic MCP becomes available to MCP clients through the aegntic mcp mcp server. Elite Obsidian RAG System - Second Brain with Claude Code Integration.

What Aegntic MCP does

An elite Retrieval-Augmented Generation (RAG) system that transforms Obsidian vaults into AI-paired cognitive workflow engines with advanced Graphiti knowledge graph integration.

Installing the aegntic mcp mcp server

The server is distributed via PyPI as obsidian-elite-rag-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

Before the server will start you need to supply 2 environment variables: OPENAI_API_KEY, QDRANT_HOST. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

AI-service servers chain other models into your assistant, turning a single chat into a small production pipeline. Aegntic MCP sits in that group. Worth comparing against the other ai services servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by aegntic, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the aegntic mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the Aegntic MCP MCP server

{
  "mcpServers": {
    "aegntic": {
      "command": "uvx",
      "args": ["obsidian-elite-rag-mcp"],
      "env": {
        "OPENAI_API_KEY": "your-value",
        "QDRANT_HOST": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
OPENAI_API_KEYCredential the server authenticates with.Yes
QDRANT_HOSTEndpoint or connection string the server talks to.Optional

Frequently asked questions

It connects Aegntic MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Aegntic MCP directly.