Dejavu — local AI agent skills marketplace. 100K+ skills, sub-millisecond search, zero-token execution.
Project description
Dejavu MCP - Local Agent
Local-first Dejavu skill catalog and MCP server. Sub-millisecond search via SQLite FTS5. No billing/SSE — pure local mode.
Structure
src/dejavu_mcp/— New local agent code (installable package)legacy/— Archived SSE/billing code (server_sse.py, billing.py, etc.)server_sse.py— Original SSE version preserved for reference
Install
pip install -e .
Use
dejavu-mcp serve # Start MCP stdio server
dejavu-mcp search "mcp" # Search catalog
dejavu-mcp init # Reinitialize DBs
Then paste this into your AI's MCP config:
{
"mcpServers": {
"dejavu": {
"command": "dejavu-mcp",
"args": ["serve"]
}
}
}
Or call from dejavu_mcp.server import setup_hermes_mcp; print(setup_hermes_mcp())
Verification
- 1053 skills indexed
- 12 MCP tools registered
- FTS5 search <10ms
~/.dejavu/{catalog.db,usage.db}created
Legacy files moved to legacy/ — package installs cleanly.
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 Distributions
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 dejavu_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: dejavu_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 85.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abb7cf1eeef66d6957629699b2c09e2ab2f6c9eaa98422d9ee562514f7a986c7
|
|
| MD5 |
f969f9df3e8533ff4327d51f2b90b759
|
|
| BLAKE2b-256 |
0f77fbc2158004dc3189ef8a873aff991017f2b5635093be257665967be24d58
|