Graphiti MCP Server 🧠

by gifflet

324 downloads
Not rated
GitHub

About

# Graphiti MCP Server 🧠 [![Python Version](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/) [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)…

Details

Author
gifflet
Downloads
324
Categories
Other, Knowledge Base

- Dynamic knowledge graph management with Neo4j
- Seamless integration with OpenAI models
- MCP (Model Context Protocol) support
- Docker-ready deployment
- Custom entity extraction capabilities
- Advanced semantic search functionality

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Graphiti MCP Server 🧠
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, set up environment variables (including an OpenAI API key), then start the services with docker compose up. The server runs in Docker and exposes an SSE endpoint at http://localhost:8000/sse which can be configured in IDEs like Cursor by adding a JSON entry for MCP servers.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "graphiti mcp server \ud83e\udde0": {
            "graphiti-mcp-server": {
                "command": "docker",
                "args": [
                    "compose",
                    "up"
                ]
            }
        }
    }
}

McpServers

{
    "graphiti-mcp-server": {
        "command": "docker",
        "args": [
            "compose",
            "up"
        ]
    }
}

Graphiti MCP Server 🧠

Python Version
License
Docker

> 🌟 A powerful knowledge graph server for AI agents, built with Neo4j and integrated with Model Context Protocol (MCP).

πŸš€ Features

- πŸ”„ Dynamic knowledge graph management with Neo4j
- πŸ€– Seamless integration with OpenAI models
- πŸ”Œ MCP (Model Context Protocol) support
- 🐳 Docker-ready deployment
- 🎯 Custom entity extraction capabilities
- πŸ” Advanced semantic search functionality

πŸ› οΈ Installation

Prerequisites

- Docker and Docker Compose
- Python 3.10 or higher
- OpenAI API key

Quick Start πŸš€

1. Clone the repository:

git clone https://github.com/gifflet/graphiti-mcp-server.git
cd graphiti-mcp-server

2. Set up environment variables:

cp .env.sample .env

3. Edit .env with your configuration:
```bash

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.