Complete entity graph MCP server with smart relationships
Project description
Directory MCP
A complete knowledge graph for your people, companies, channels, and projects.
Features
- 🧠 Smart Understanding: Gemini embeddings understand "backend team Discord" or "John from Anthropic"
- 🔗 Rich Relationships: Track who works where, who's on what project, who's in which channels
- 🚀 Zero Setup: SQLite database created automatically
- 🔄 Auto Updates: Always get the latest version with
uvx - 🎯 Powerful Queries: Find connections, traverse relationships, discover patterns
Quick Start
# Run it!
uvx directory-mcp
# First run prompts for Gemini API key (get free at https://makersuite.google.com/app/apikey)
# Configure Claude Code and restart
Installation
# Install via pip
pip install directory-mcp
# Or run directly with uvx
uvx directory-mcp
# Configure in Claude Code
# Add to ~/.claude.json:
{
"mcpServers": {
"directory": {
"type": "stdio",
"command": "uvx",
"args": ["directory-mcp"],
"env": {
"GEMINI_API_KEY": "your-api-key-here"
}
}
}
}
Example Usage
Creating Entities
"Create John Doe who works as Senior Engineer at Anthropic, email john@anthropic.com, discord john#1234"
"Create a Slack channel called #backend-team for Anthropic's backend project"
"Add John to the #backend-team channel as an admin"
Finding People
"Find all Python developers at Anthropic"
"Who's on the AI safety project?"
"Find people in the London office"
"Who works with Sarah on any projects?"
Finding Channels
"What's the Discord channel for the frontend team?"
"Find all project channels for the Q1 launch"
"Show me all the Slack channels John is in"
Understanding Relationships
"How are John and Sarah connected?"
"Show me John's full network"
"Who's on the backend team and what channels are they in?"
"Find all channels and people for the AI safety project"
Development
# Clone the repository
git clone https://github.com/markov-ai/directory-mcp.git
cd directory-mcp
# Install in development mode
pip install -e .
# Run tests
pytest tests/
License
MIT License - see LICENSE file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
directory_mcp-0.4.16.tar.gz
(31.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file directory_mcp-0.4.16.tar.gz.
File metadata
- Download URL: directory_mcp-0.4.16.tar.gz
- Upload date:
- Size: 31.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcb056daf07f109fde6814dc9717dcb356390e98b6481a6168dd79fccc9e6285
|
|
| MD5 |
9a3ec69a26e36da93ae3495af701cdd8
|
|
| BLAKE2b-256 |
b018748e7a22aba305847db13c843ea675182dac4c1da710f87dacdc7b447f5c
|
File details
Details for the file directory_mcp-0.4.16-py3-none-any.whl.
File metadata
- Download URL: directory_mcp-0.4.16-py3-none-any.whl
- Upload date:
- Size: 38.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
336efafff45d6cc89c637c70220b9a43680ee4daccd7eed01a76192a61e7aa83
|
|
| MD5 |
278871c57b3c7984721fefc6829dc512
|
|
| BLAKE2b-256 |
83f81095f365c9acaa49ee1afaaf14ec527d6f007b28efd6520700510d71c604
|