Stats
Actions
Tags
From contextd
Provides local vector storage-based context retrieval for enhancing Claude's knowledge. Runs as a subprocess using the configured vector store provider.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"contextd": {
"command": "contextd",
"args": [
"--mcp"
],
"env": {
"CONTEXTD_VECTORSTORE_PROVIDER": "chromem"
}
}
}
}Server configuration and connection parameters
contextdCommand-line arguments passed to the server process
Environment variables set when the server starts
CONTEXTD_VECTORSTORE_PROVIDER=chromemFirst indexed Jan 30, 2026
First indexed Jan 30, 2026
npx claudepluginhub fyrsmithlabs/contextd --plugin contextd