brilliant-directories-mcp
v6.58.2
io.github.rsdouglas/janee · v0.8.5
Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.
janee 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"janee": {
"command": "npx",
"args": [
"-y",
"@true-and-useful/janee"
]
}
}
}JANEE_CONFIG可选Path to secrets configuration file
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.rsdouglas/janee",
"type": "mcp-server",
"version": "0.8.5",
"displayName": "janee",
"description": "Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.",
"repository": {
"url": "https://github.com/rsdouglas/janee",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@true-and-useful/janee",
"version": "0.8.5",
"transport": "stdio",
"environmentVariables": [
{
"name": "JANEE_CONFIG",
"description": "Path to secrets configuration file"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.rsdouglas/janee",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.rsdouglas%2Fjanee/versions/latest",
"isOfficial": true,
"status": "active"
}
}