brilliant-directories-mcp
v6.58.2
io.github.onetrueclaude-creator/hebbian-vault · v0.2.0
Usage-adaptive Obsidian vault search: Hebbian + PageRank + BM25 hybrid ranking.
hebbian-vault 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"hebbian-vault": {
"command": "uvx",
"args": [
"hebbian-vault"
]
}
}
}HEBBIAN_VAULT_LICENSE可选secretPro license JWT (optional). Unlocks --inline-tracking and other premium features. See the README for details.
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.onetrueclaude-creator/hebbian-vault",
"type": "mcp-server",
"version": "0.2.0",
"displayName": "hebbian-vault",
"description": "Usage-adaptive Obsidian vault search: Hebbian + PageRank + BM25 hybrid ranking.",
"repository": {
"url": "https://github.com/onetrueclaude-creator/hebbian-vault",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "hebbian-vault",
"version": "0.2.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "HEBBIAN_VAULT_LICENSE",
"description": "Pro license JWT (optional). Unlocks --inline-tracking and other premium features. See the README for details.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.onetrueclaude-creator/hebbian-vault",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.onetrueclaude-creator%2Fhebbian-vault/versions/latest",
"isOfficial": true,
"status": "active"
}
}