Skip to main content

MCP-KG-Memory Server

Python MCP server implementation with Neo4j backend.

Development Setup

# Create virtual environment
python -m venv .venv
source .venv/bin/activate

# Install dependencies (including dev)
pip install -e ".[dev]"

# Run tests
pytest tests/ -v

# Run server
python -m kg_mcp.main

Project Structure

src/kg_mcp/
├── main.py           # Entry point
├── config.py         # Settings management
├── llm/              # LLM integration
│   ├── client.py     # LiteLLM wrapper
│   ├── schemas.py    # Pydantic models
│   └── prompts/      # Prompt templates
├── kg/               # Knowledge graph
│   ├── neo4j.py      # Driver/client
│   ├── schema.cypher # DB schema
│   ├── repo.py       # Query repository
│   ├── ingest.py     # Ingestion pipeline
│   └── retrieval.py  # Context builder
├── mcp/              # MCP components
│   ├── tools.py      # Tool definitions
│   ├── resources.py  # Resource handlers
│   └── prompts.py    # Prompt templates
├── codegraph/        # Code indexing (V1)
│   ├── model.py      # Data models
│   └── indexer.py    # File indexer
└── security/         # Auth/Origin
    ├── auth.py       # Token validation
    └── origin.py     # Origin checking

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kg_mcp-0.1.10.tar.gz (57.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kg_mcp-0.1.10-py3-none-any.whl (65.5 kB view details)

Uploaded Python 3

File details

Details for the file kg_mcp-0.1.10.tar.gz.

File metadata

  • Download URL: kg_mcp-0.1.10.tar.gz
  • Upload date:
  • Size: 57.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for kg_mcp-0.1.10.tar.gz
Algorithm Hash digest
SHA256 9acf43b456cfd80a19549a65eb28aa4f074c67a9921555bd3fd8242b6ea27eff
MD5 e5a706124ac743dd3641f008087b5886
BLAKE2b-256 ffb8a83fedc95ab8dcd0fa7cdc751e62fd4e3ebc0f921c4cc6e1569480aa7c35

See more details on using hashes here.

Provenance

The following attestation bundles were made for kg_mcp-0.1.10.tar.gz:

Publisher: publish.yml on Hexecu/mcp-neuralmemory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file kg_mcp-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: kg_mcp-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 65.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for kg_mcp-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 eeba7a67c52ab1ec59eb190784e38770c647e24c0d2d331956a5f2417cc1121d
MD5 b20b2b1a806a198febba6be68bca3cf7
BLAKE2b-256 f0834f0fd85cd7b96fa40c064b3e7725846666c729413d95efb8a4b43a35e65b

See more details on using hashes here.

Provenance

The following attestation bundles were made for kg_mcp-0.1.10-py3-none-any.whl:

Publisher: publish.yml on Hexecu/mcp-neuralmemory

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.1.10 This release

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page